This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Respect align argument parameter
ClosedPublic

Authored by arsenm on Jun 22 2018, 7:49 AM.

Details

Summary

This should avoid relying on the pointee type
to get the alignment, particularly since pointee
types are supposed to be removed at some point.

Also fixes not getting the alignment for unsized types.

Diff Detail

Event Timeline

arsenm created this revision.Jun 22 2018, 7:49 AM
This revision is now accepted and ready to land.Jun 22 2018, 9:00 AM
arsenm closed this revision.Jun 25 2018, 7:33 AM

r335478