This is an archive of the discontinued LLVM Phabricator instance.

[AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loads/stores.
ClosedPublic

Authored by efriedma on Aug 10 2016, 1:37 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma updated this revision to Diff 67594.Aug 10 2016, 1:37 PM
efriedma retitled this revision from to [AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loads/stores..
efriedma updated this object.
efriedma added reviewers: mcrosier, gberry, junbuml.
efriedma set the repository for this revision to rL LLVM.
efriedma added a subscriber: llvm-commits.
mcrosier accepted this revision.Aug 10 2016, 2:21 PM
mcrosier edited edge metadata.

Ouch. Thanks for catching this, Eli. LGTM.

This revision is now accepted and ready to land.Aug 10 2016, 2:21 PM
This revision was automatically updated to reflect the committed changes.