This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 593cd77e468 [IFS][NFC] llvm-ifs: Fixing build bot build break: revert r [...] new 9bf52d5ae1a [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn new 5920359c04b [AArch64] add tests for shift-logic-shift; NFC new 656df77b208 [x86] add tests for shift-logic-shift; NFC
The 3 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/X86/X86FrameLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 12 +++ lib/Target/X86/X86ISelLowering.h | 3 + lib/Target/X86/X86InstrCompiler.td | 3 + lib/Target/X86/X86InstrInfo.td | 3 + lib/Target/X86/X86MCInstLower.cpp | 14 +++ lib/Target/X86/X86TargetMachine.cpp | 10 +- test/CodeGen/AArch64/shift-logic.ll | 150 ++++++++++++++++++++++++++ test/CodeGen/WinEH/wineh-noret-cleanup.ll | 7 +- test/CodeGen/X86/br-fold.ll | 6 +- test/CodeGen/X86/catchpad-lifetime.ll | 4 + test/CodeGen/X86/catchpad-regmask.ll | 4 +- test/CodeGen/X86/catchret-regmask.ll | 7 +- test/CodeGen/X86/empty-function.ll | 2 +- test/CodeGen/X86/funclet-layout.ll | 16 ++- test/CodeGen/X86/noreturn-call-win64.ll | 53 +++++++++ test/CodeGen/X86/pr24374.ll | 2 +- test/CodeGen/X86/shift-logic.ll | 174 ++++++++++++++++++++++++++++++ test/CodeGen/X86/trap.ll | 9 ++ test/CodeGen/X86/unreachable-trap.ll | 11 +- test/CodeGen/X86/win64_call_epi.ll | 5 +- test/CodeGen/X86/win64_eh.ll | 8 +- test/DebugInfo/COFF/local-variable-gap.ll | 2 +- 23 files changed, 469 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/AArch64/shift-logic.ll create mode 100644 test/CodeGen/X86/noreturn-call-win64.ll create mode 100644 test/CodeGen/X86/shift-logic.ll