[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
Thu Aug 2 01:34:16 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL338685: [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per… (authored by aivchenk, committed by ).
Herald added a subscriber: jrtc27.

Changed prior to commit:
  https://reviews.llvm.org/D49660?vs=158518&id=158700#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49660

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49660.158700.patch
Type: text/x-patch
Size: 41540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/059ba707/attachment.bin>


More information about the llvm-commits mailing list