This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Manifest load/store alignment generally
ClosedPublic

Authored by jdoerfert on Aug 28 2019, 6:59 PM.

Details

Summary

Any pointer could have load/store users not only floating ones so we
move the manifest logic for alignment into the AAAlignImpl class.

Event Timeline

jdoerfert created this revision.Aug 28 2019, 6:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 6:59 PM
uenoku accepted this revision.Aug 28 2019, 10:25 PM

LGTM

This revision is now accepted and ready to land.Aug 28 2019, 10:25 PM
This revision was automatically updated to reflect the committed changes.