This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e491ffc9577 [SystemZ] Add support for fentry. new ec89cafc1da [ARM] Ignore Implicit CPSR regs when lowering from Machine [...]
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/ARMMCInstLower.cpp | 4 +- test/CodeGen/Thumb2/csel.ll | 20 +- test/CodeGen/Thumb2/mve-abs.ll | 4 +- test/CodeGen/Thumb2/mve-fmath.ll | 16 +- test/CodeGen/Thumb2/mve-minmax.ll | 20 +- test/CodeGen/Thumb2/mve-pred-and.ll | 40 ++-- test/CodeGen/Thumb2/mve-pred-bitcast.ll | 4 +- test/CodeGen/Thumb2/mve-pred-build-var.ll | 24 +-- test/CodeGen/Thumb2/mve-pred-ext.ll | 8 +- test/CodeGen/Thumb2/mve-pred-loadstore.ll | 8 +- test/CodeGen/Thumb2/mve-pred-not.ll | 16 +- test/CodeGen/Thumb2/mve-pred-or.ll | 32 +-- test/CodeGen/Thumb2/mve-pred-xor.ll | 32 +-- test/CodeGen/Thumb2/mve-vcmp.ll | 44 ++-- test/CodeGen/Thumb2/mve-vcmpf.ll | 336 +++++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpfr.ll | 336 +++++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpfz.ll | 336 +++++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpr.ll | 44 ++-- test/CodeGen/Thumb2/mve-vcmpz.ll | 16 +- test/MC/ARM/thumbv8.1m.s | 12 ++ 20 files changed, 682 insertions(+), 670 deletions(-)