This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d001dd065e3 [ARM] Add missing pseudo-instruction for Thumb1 RSBS. new c5f8ae0a0fb Revert r345165 "[X86] Bring back the MOV64r0 pseudo instruction" new 844c605ee0b [AArch64] Sort switch cases (NFC)
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/AArch64/AArch64Subtarget.cpp | 43 +-- lib/Target/X86/X86FastISel.cpp | 32 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 13 +- lib/Target/X86/X86InstrCompiler.td | 6 +- lib/Target/X86/X86InstrInfo.cpp | 23 +- lib/Target/X86/X86SpeculativeLoadHardening.cpp | 10 +- test/CodeGen/X86/GlobalISel/constant.ll | 2 +- test/CodeGen/X86/avg.ll | 455 +++++++++++++------------ test/CodeGen/X86/crash-O0.ll | 8 +- test/CodeGen/X86/hoist-spill.ll | 2 + test/CodeGen/X86/machine-cse.ll | 15 +- test/CodeGen/X86/madd.ll | 66 ++-- test/CodeGen/X86/mmx-arith.ll | 11 +- test/CodeGen/X86/pr32284.ll | 19 +- test/CodeGen/X86/pr32340.ll | 25 +- test/CodeGen/X86/scheduler-backtracking.ll | 212 ++++++------ test/CodeGen/X86/spill-zero-x86_64.ll | 75 ---- test/CodeGen/X86/swifterror.ll | 21 +- 18 files changed, 495 insertions(+), 543 deletions(-) delete mode 100644 test/CodeGen/X86/spill-zero-x86_64.ll