This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 366cce74007 [ARM] Basic And/Or/Xor handling for MVE predicates new 0b34fd48afc [llvm-ar][test] Fix move operation tests new 1212c09f2b9 [ARM] MVE floating point compares and selects
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/Target/ARM/ARMISelLowering.cpp | 14 +- lib/Target/ARM/ARMInstrMVE.td | 40 + test/CodeGen/Thumb2/mve-vcmpf.ll | 3441 +++++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vcmpfz.ll | 3225 ++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/mve-vpsel.ll | 24 + test/tools/llvm-ar/move-after.test | 10 +- test/tools/llvm-ar/move-before.test | 24 +- 7 files changed, 6760 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-vcmpf.ll create mode 100644 test/CodeGen/Thumb2/mve-vcmpfz.ll