This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9af4e0a8307 [SLP] Add test for reversed load, NFC. new 8fa507233db [X86] Unsigned saturation subtraction canonicalization [the [...] new 3444540e65f Add a helper to build Copy instructions in MachineIRBuilder new fa480807151 [GISel]: Fix generation of illegal COPYs during CallLowering
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: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 8 + lib/CodeGen/GlobalISel/CallLowering.cpp | 7 +- lib/Target/AArch64/AArch64CallLowering.cpp | 14 +- lib/Target/ARM/ARMCallLowering.cpp | 23 +- lib/Target/X86/X86CallLowering.cpp | 30 +- lib/Target/X86/X86ISelLowering.cpp | 87 +++++ .../AArch64/GlobalISel/arm64-callingconv.ll | 6 +- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 15 +- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 6 +- test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 78 ++-- test/CodeGen/X86/GlobalISel/add-scalar.ll | 4 +- test/CodeGen/X86/GlobalISel/callingconv.ll | 30 +- test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 2 +- .../X86/GlobalISel/irtranslator-callingconv.ll | 52 +-- test/CodeGen/X86/psubus.ll | 397 +++++++++------------ 16 files changed, 436 insertions(+), 325 deletions(-)