This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Set alignment on function argument stack load/store
ClosedPublic

Authored by arsenm on Aug 28 2019, 5:36 PM.

Diff Detail

Event Timeline

arsenm created this revision.Aug 28 2019, 5:36 PM

Can we just infer the alignment from the MPO at the point we need it rather than adding a parameter to assignValueToAddress?

arsenm updated this revision to Diff 246053.Feb 21 2020, 6:32 PM

Get at use site

Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2020, 6:32 PM
aemerson accepted this revision.Mar 3 2020, 2:55 PM

LGTM.

This revision is now accepted and ready to land.Mar 3 2020, 2:55 PM