[PATCH] D49660: [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per Value

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 06:13:07 PDT 2018


aivchenk updated this revision to Diff 158518.
aivchenk added a comment.

Thanks for your comments. Indeed the struct handling is not very well covered with tests in x86. I added the tests for cases, which are supported now


https://reviews.llvm.org/D49660

Files:
  include/llvm/CodeGen/GlobalISel/CallLowering.h
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/Target/AArch64/AArch64CallLowering.cpp
  lib/Target/AArch64/AArch64CallLowering.h
  lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  lib/Target/AMDGPU/AMDGPUCallLowering.h
  lib/Target/ARM/ARMCallLowering.cpp
  lib/Target/ARM/ARMCallLowering.h
  lib/Target/Mips/MipsCallLowering.cpp
  lib/Target/Mips/MipsCallLowering.h
  lib/Target/X86/X86CallLowering.cpp
  lib/Target/X86/X86CallLowering.h
  test/CodeGen/AArch64/GlobalISel/call-translator.ll
  test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
  test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll
  test/CodeGen/X86/GlobalISel/x86_64-irtranslator-struct-return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49660.158518.patch
Type: text/x-patch
Size: 40955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/03f1228a/attachment.bin>


More information about the llvm-commits mailing list