This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix generic handling of single outgoing call arguments
ClosedPublic

Authored by arsenm on Dec 15 2020, 9:11 AM.

Details

Summary

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.

Diff Detail

Event Timeline

arsenm created this revision.Dec 15 2020, 9:11 AM
arsenm requested review of this revision.Dec 15 2020, 9:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2020, 9:11 AM
Herald added a subscriber: wdng. · View Herald Transcript
aemerson accepted this revision.Dec 15 2020, 11:24 AM
This revision is now accepted and ready to land.Dec 15 2020, 11:24 AM