This is an archive of the discontinued LLVM Phabricator instance.

[LoopDistribute] Preserve GlobalsAA also in the new PM
ClosedPublic

Authored by davide on Nov 8 2016, 11:51 AM.

Details

Summary

Eli, in r281758 you changed LoopDistribute to preserve GlobalsAA, but only when the old PM is running.
This patch does the same for the new PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 77226.Nov 8 2016, 11:51 AM
davide retitled this revision from to [LoopDistribute] Preserve GlobalsAA also in the new PM.
davide updated this object.
davide added a reviewer: eli.friedman.
davide added a subscriber: llvm-commits.
hfinkel accepted this revision.Nov 8 2016, 11:54 AM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Nov 8 2016, 11:54 AM

Thanks for spotting that; I haven't really been keeping track of the new PM work.

This revision was automatically updated to reflect the committed changes.