This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4776c1ff975 [GlobalISel] Accept multiple vregs in lowerFormalArgs new d3b26382a98 [GlobalISel] Accept multiple vregs for lowerCall's result new 65c682330e0 [GlobalISel] Accept multiple vregs for lowerCall's args
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 | 16 ++-- lib/CodeGen/GlobalISel/CallLowering.cpp | 5 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 26 +++---- lib/Target/AArch64/AArch64CallLowering.cpp | 15 +--- lib/Target/ARM/ARMCallLowering.cpp | 24 ++---- lib/Target/ARM/ARMLegalizerInfo.cpp | 19 ++--- lib/Target/Mips/MipsCallLowering.cpp | 1 - lib/Target/X86/X86CallLowering.cpp | 7 +- .../AArch64/GlobalISel/call-translator-cse.ll | 10 +-- .../AArch64/GlobalISel/call-translator-ios.ll | 9 +-- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 30 ++----- test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 91 ++++------------------ 12 files changed, 68 insertions(+), 185 deletions(-)