This is an archive of the discontinued LLVM Phabricator instance.

[DA] Pass TBAA info to the AA in dependency analysis
AbandonedPublic

Authored by dmgreen on Jan 22 2018, 9:37 AM.

Details

Summary

This passes the tbaa info though to AA as we check for
dependencies, as we will know they will not alias.

Diff Detail

Event Timeline

dmgreen created this revision.Jan 22 2018, 9:37 AM
dmgreen updated this revision to Diff 139281.Mar 21 2018, 5:52 AM

Rebase and simplify.

Adding a number of reviewers who may know what they are talking about here.

dmgreen abandoned this revision.Apr 12 2018, 1:45 PM

Was folded into D42381.