This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix not preserving alignent in call setups
ClosedPublic

Authored by arsenm on Sep 12 2018, 8:19 PM.

Details

Reviewers
rampitec
Summary

If an argument was passed on the stack, this
was using the default alignment.

I'm not sure there's an observable change from this. This
was observable due to bugs in expansion of unaligned
loads and stores, but since that is fixed I don't think
this matters much.

Diff Detail

Event Timeline

arsenm created this revision.Sep 12 2018, 8:19 PM
This revision is now accepted and ready to land.Sep 12 2018, 11:31 PM
arsenm closed this revision.Sep 13 2018, 5:15 AM

r342133