This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Manifest alignment in load and store instructions
ClosedPublic

Authored by jdoerfert on Aug 21 2019, 5:01 PM.

Details

Summary

We can now manifest alignment information in load/store instructions if
the pointer is known to have a better alignment.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 21 2019, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2019, 5:01 PM
uenoku accepted this revision.Aug 23 2019, 8:48 AM
uenoku added inline comments.
llvm/lib/Transforms/IPO/Attributor.cpp
2740 ↗(On Diff #216526)

stores -> loads

This revision is now accepted and ready to land.Aug 23 2019, 8:48 AM
This revision was automatically updated to reflect the committed changes.