This is an archive of the discontinued LLVM Phabricator instance.

[AliasSetTracker] Make AST smarter about assume intrinsics that don't actually affect memory.
ClosedPublic

Authored by mcrosier on Nov 2 2016, 10:39 AM.

Details

Summary

Reapply r285191, but only include assume intrinsics, per Hal's suggestion. Also reference the associated PR.

Chad

Diff Detail

Repository
rL LLVM

Event Timeline

mcrosier updated this revision to Diff 76738.Nov 2 2016, 10:39 AM
mcrosier retitled this revision from to [AliasSetTracker] Make AST smarter about assume intrinsics that don't actually affect memory..
mcrosier updated this object.
mcrosier added reviewers: hfinkel, dberlin.
mcrosier added a subscriber: llvm-commits.
hfinkel accepted this revision.Nov 3 2016, 11:40 AM
hfinkel edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 3 2016, 11:40 AM
This revision was automatically updated to reflect the committed changes.