This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 135f7bd0843 [AMDGPU] Fix +DumpCode to print an entry label for the firs [...] new 43a431faf58 [GlobalISel] Allow multiple VRegs in ArgInfo. NFC new 4776c1ff975 [GlobalISel] Accept multiple vregs in lowerFormalArgs
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: include/llvm/CodeGen/GlobalISel/CallLowering.h | 43 +++++++++--- lib/CodeGen/GlobalISel/CallLowering.cpp | 56 +++++++++++++-- lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 +++----- lib/Target/AArch64/AArch64CallLowering.cpp | 58 +++++++++------- lib/Target/AArch64/AArch64CallLowering.h | 2 +- lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 28 +++++--- lib/Target/AMDGPU/AMDGPUCallLowering.h | 2 +- lib/Target/ARM/ARMCallLowering.cpp | 75 ++++++++++++++------ lib/Target/ARM/ARMCallLowering.h | 2 +- lib/Target/Mips/MipsCallLowering.cpp | 20 +++--- lib/Target/Mips/MipsCallLowering.h | 2 +- lib/Target/X86/X86CallLowering.cpp | 24 ++++--- lib/Target/X86/X86CallLowering.h | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 13 +++- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 14 +--- .../GlobalISel/irtranslator-amdgpu_kernel.ll | 8 +-- test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 79 +++++++--------------- 17 files changed, 272 insertions(+), 185 deletions(-)