This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec343b53aa0 GlobalISel: Fold out unmerge to scalars from concat_vector new 2fa8d95cee0 AMDGPU/GlobalISel: Handle most function return types
The 1 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/AMDGPU/AMDGPUCallLowering.cpp | 168 +++- lib/Target/AMDGPU/AMDGPUCallLowering.h | 5 + test/CodeGen/AMDGPU/GlobalISel/function-returns.ll | 1063 ++++++++++++++++++++ .../AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll | 2 +- .../GlobalISel/irtranslator-function-args.ll | 406 +++++--- test/CodeGen/AMDGPU/GlobalISel/ret.ll | 3 + test/CodeGen/AMDGPU/ret.ll | 12 +- 7 files changed, 1486 insertions(+), 173 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/function-returns.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/ret.ll