This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cba3b2c1c37 [InstCombine] remove unneeded one-use checks for icmp fold new 437310b30fd [ARM] Fold VCMP into VPT
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: lib/Target/ARM/ARMInstrMVE.td | 22 ++-- lib/Target/ARM/MVEVPTBlockPass.cpp | 114 +++++++++++++++++++-- test/CodeGen/Thumb2/mve-masked-ldst.ll | 24 ++--- test/CodeGen/Thumb2/mve-masked-load.ll | 176 +++++++++++--------------------- test/CodeGen/Thumb2/mve-masked-store.ll | 114 +++++++-------------- test/CodeGen/Thumb2/mve-pred-and.ll | 93 ++++++----------- test/CodeGen/Thumb2/mve-pred-not.ll | 3 +- test/CodeGen/Thumb2/mve-pred-or.ll | 51 +++------ test/CodeGen/Thumb2/mve-vcmpf.ll | 24 ++--- test/CodeGen/Thumb2/mve-vcmpfr.ll | 24 ++--- test/CodeGen/Thumb2/mve-vcmpfz.ll | 24 ++--- test/CodeGen/Thumb2/mve-vpt-block.mir | 6 +- test/CodeGen/Thumb2/mve-vpt-block2.mir | 8 +- test/CodeGen/Thumb2/mve-vpt-block3.mir | 12 +-- test/CodeGen/Thumb2/mve-vpt-block4.mir | 18 ++-- test/CodeGen/Thumb2/mve-vpt-block5.mir | 16 +-- test/CodeGen/Thumb2/mve-vpt-block6.mir | 12 +-- test/CodeGen/Thumb2/mve-vpt-block7.mir | 16 +-- test/CodeGen/Thumb2/mve-vpt-block8.mir | 20 ++-- test/CodeGen/Thumb2/mve-vpt-nots.mir | 70 ++++++------- 20 files changed, 383 insertions(+), 464 deletions(-)