[ARM] Remove unnecessary use of replaceSymbolicStrideSCEV (NFC).
authorFlorian Hahn <flo@fhahn.com>
Fri, 10 Sep 2021 06:58:18 +0000 (08:58 +0200)
committerFlorian Hahn <flo@fhahn.com>
Fri, 10 Sep 2021 08:47:26 +0000 (10:47 +0200)
commit5d1a6d0d1a48c59a036c7ce8698471005c3b4ae3
treec9e3f76fe72644e0d1420e09f1766519ab340d30
parent16488dc300d088ee5c01af15cff07d349f18cd6a
[ARM] Remove unnecessary use of replaceSymbolicStrideSCEV (NFC).

When passing an empty strides map, there's nothing to replace for
replaceSymbolicStrideSCEV and it just returns the SCEV for Ptr. There
should be no need to call the function.

Reviewed By: SjoerdMeijer

Differential Revision: https://reviews.llvm.org/D109462
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp