This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50ef2839f96 [mips] Make a couple of class methods plain static functions. NFC new f7c0c16f0fb [AArch64][WinCFI] Do not pair callee-save instructions in L [...] new 1dd76bbd74a [X86] EltsFromConsecutiveLoads - early out for non-byte siz [...] new 1fa75d39887 GlobalISel: factor common code from translateCall and trans [...]
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/IRTranslator.h | 4 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 86 +++++++++------------- lib/Target/AArch64/AArch64InstrInfo.cpp | 12 +++ lib/Target/X86/X86ISelLowering.cpp | 3 + test/CodeGen/AArch64/wineh1.mir | 12 ++- test/CodeGen/AArch64/wineh2.mir | 4 +- test/CodeGen/X86/pr42909.ll | 21 ++++++ .../COFF/AArch64/arm64-register-variables.ll | 4 +- 8 files changed, 88 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/X86/pr42909.ll