This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f118c99457a [ARM GlobalISel] Support G_ICMP for Thumb2 new d0c143de762 [LSR] Generate cross iteration indexes
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetTransformInfo.h | 8 + include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + lib/Analysis/TargetTransformInfo.cpp | 4 + lib/Target/ARM/ARMTargetTransformInfo.h | 6 + lib/Transforms/Scalar/LoopStrengthReduce.cpp | 90 +- test/CodeGen/ARM/dsp-loop-indexing.ll | 310 +++++ test/CodeGen/ARM/loop-align-cortex-m.ll | 4 +- test/CodeGen/ARM/loop-indexing.ll | 1190 ++++++++++++++++++++ .../LoopStrengthReduce/ARM/complexity.ll | 24 +- 9 files changed, 1598 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/ARM/dsp-loop-indexing.ll create mode 100644 test/CodeGen/ARM/loop-indexing.ll