[PATCH] D83323: AMDGPU/GlobalISel: Handle call return values

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 09:57:22 PDT 2020


arsenm created this revision.
arsenm added reviewers: nhaehnle, kerbowa, foad, Petar.Avramovic, mbrkusanin.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

The only case that I know doesn't work is the implicit sret case when
the return type doesn't fit in the return registers.


https://reviews.llvm.org/D83323

Files:
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-return-values.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-sret.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83323.276104.patch
Type: text/x-patch
Size: 160639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/e1f89eda/attachment-0001.bin>


More information about the llvm-commits mailing list