[PATCH] D93310: GlobalISel: Fix generic handling of single outgoing call arguments

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 09:11:20 PST 2020


arsenm created this revision.
arsenm added reviewers: paquette, aemerson, aditya_nandakumar, dsanders, cdevadas.
Herald added subscribers: hiraditya, tpr, rovka.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Simply call the argument handler like is done for the incoming
case. This will allow removal of hacks in the AMDGPU call lowering in
a future change.


https://reviews.llvm.org/D93310

Files:
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93310.311928.patch
Type: text/x-patch
Size: 4474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201215/0aed26be/attachment.bin>


More information about the llvm-commits mailing list