This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8093c81ae56 Update MemorySSA in LoopInstSimplify. new 2e8575cb467 Update MemorySSA in LoopSimplifyCFG. new 3c6df19a680 [ARM] Handle all-ones mask explicitly in targetShrinkDemand [...] new 34868d785f1 [Hexagon] Enable interleaving in loop vectorizer
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/Target/ARM/ARMISelLowering.cpp | 15 +++++-- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 6 ++- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 ++ lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 27 ++++++++++-- test/CodeGen/ARM/demanded-bits-and.ll | 35 +++++++++++++++ test/CodeGen/Hexagon/autohvx/interleave.ll | 52 +++++++++++++++++++++++ test/Transforms/LoopSimplifyCFG/merge-header.ll | 1 + test/Transforms/LoopSimplifyCFG/scev.ll | 1 + 8 files changed, 130 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/ARM/demanded-bits-and.ll create mode 100644 test/CodeGen/Hexagon/autohvx/interleave.ll