This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f40185 [X86][SSE] Add general lowering of nontemporal vector loads ( [...] new 007ac99 [Linker/IRMover] Simplify the code a bit. NFCI. new a87b055 [LAA] Improve non-wrapping pointer detection by handling loop [...] new f88b5f4 [ARM] Accept conditional versions of BXNS and BLXNS
The 3 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: lib/Analysis/LoopAccessAnalysis.cpp | 18 ++++-- lib/Linker/IRMover.cpp | 32 +++-------- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 + .../multiple-strides-rt-memory-checks.ll | 67 ++++++++++++++++++++++ test/MC/ARM/thumbv8m.s | 14 +++++ .../multiple-strides-vectorization.ll | 65 +++++++++++++++++++++ 6 files changed, 168 insertions(+), 29 deletions(-) create mode 100644 test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll create mode 100644 test/Transforms/LoopVectorize/multiple-strides-vectorization.ll