This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 080a37afd8a [ARM] Add csel tests. NFC new 6d35d1e60c2 [ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
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/ARMBaseInstrInfo.cpp | 6 +- lib/Target/ARM/ARMISelLowering.cpp | 46 ++ lib/Target/ARM/ARMISelLowering.h | 5 + lib/Target/ARM/ARMInstrFormats.td | 7 + lib/Target/ARM/ARMInstrInfo.td | 10 + lib/Target/ARM/ARMInstrThumb2.td | 19 + test/CodeGen/Thumb2/csel.ll | 110 +-- test/CodeGen/Thumb2/mve-abs.ll | 57 +- test/CodeGen/Thumb2/mve-fmath.ll | 62 +- test/CodeGen/Thumb2/mve-minmax.ll | 40 +- test/CodeGen/Thumb2/mve-pred-and.ll | 70 +- test/CodeGen/Thumb2/mve-pred-bitcast.ll | 7 +- test/CodeGen/Thumb2/mve-pred-build-var.ll | 170 ++-- test/CodeGen/Thumb2/mve-pred-ext.ll | 16 +- test/CodeGen/Thumb2/mve-pred-loadstore.ll | 14 +- test/CodeGen/Thumb2/mve-pred-not.ll | 28 +- test/CodeGen/Thumb2/mve-pred-or.ll | 56 +- test/CodeGen/Thumb2/mve-pred-xor.ll | 56 +- test/CodeGen/Thumb2/mve-vcmp.ll | 104 +-- test/CodeGen/Thumb2/mve-vcmpf.ll | 1228 ++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpfr.ll | 1280 +++++++++++++---------------- test/CodeGen/Thumb2/mve-vcmpfz.ll | 1208 ++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpr.ll | 104 +-- test/CodeGen/Thumb2/mve-vcmpz.ll | 28 +- 24 files changed, 2081 insertions(+), 2650 deletions(-)