This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2cb8a934d3 [InstCombine] Shift amount reassociation in bittest: trunc- [...] new dc9ffcf01f6 [ARM] Masked load and store and predicate tests. NFC new ae86cd45ead [DAGCombiner] (insert_vector_elt (vector_shuffle X, Y), (ex [...]
The 2 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 47 +- test/CodeGen/Thumb2/mve-masked-ldst.ll | 1143 +++++++ test/CodeGen/Thumb2/mve-masked-load.ll | 3597 ++++++++++++++++++++ test/CodeGen/Thumb2/mve-masked-store.ll | 2292 +++++++++++++ test/CodeGen/Thumb2/mve-pred-not.ll | 22 +- test/CodeGen/Thumb2/mve-vpt-block.mir | 12 +- test/CodeGen/Thumb2/mve-vpt-block2.mir | 15 +- test/CodeGen/Thumb2/mve-vpt-block3.mir | 19 +- test/CodeGen/Thumb2/mve-vpt-block4.mir | 29 +- test/CodeGen/Thumb2/mve-vpt-block5.mir | 30 +- test/CodeGen/Thumb2/mve-vpt-block6.mir | 26 +- .../{mve-vpt-block5.mir => mve-vpt-block7.mir} | 42 +- .../{mve-vpt-block5.mir => mve-vpt-block8.mir} | 35 +- test/CodeGen/Thumb2/mve-vpt-nots.mir | 272 ++ test/CodeGen/X86/madd.ll | 4 +- test/CodeGen/X86/vector-shuffle-combining.ll | 137 +- 16 files changed, 7534 insertions(+), 188 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-masked-ldst.ll create mode 100644 test/CodeGen/Thumb2/mve-masked-load.ll create mode 100644 test/CodeGen/Thumb2/mve-masked-store.ll copy test/CodeGen/Thumb2/{mve-vpt-block5.mir => mve-vpt-block7.mir} (61%) copy test/CodeGen/Thumb2/{mve-vpt-block5.mir => mve-vpt-block8.mir} (60%) create mode 100644 test/CodeGen/Thumb2/mve-vpt-nots.mir