This is an archive of the discontinued LLVM Phabricator instance.

[TRE] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory.
ClosedPublic

Authored by trentxintong on Jun 12 2017, 12:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

trentxintong created this revision.Jun 12 2017, 12:33 PM
trentxintong retitled this revision from [TailRecursionElim] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory. to [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory..Jun 17 2017, 12:41 PM
hfinkel accepted this revision.Jun 19 2017, 8:17 AM
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Jun 19 2017, 8:17 AM
This revision was automatically updated to reflect the committed changes.