This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Handle arguments partialy passed on the stack
ClosedPublic

Authored by arsenm on Feb 7 2021, 1:07 PM.

Details

Summary

The API is a bit awkward since you need to index into an array in the
passed struct. I guess an alternative would be to pass all of the
individual fields.

Diff Detail

Event Timeline

arsenm created this revision.Feb 7 2021, 1:07 PM
arsenm requested review of this revision.Feb 7 2021, 1:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2021, 1:07 PM
Herald added a subscriber: wdng. · View Herald Transcript
aemerson accepted this revision.Feb 15 2021, 1:15 PM

LGTM.

This revision is now accepted and ready to land.Feb 15 2021, 1:15 PM