[PATCH] D76210: [Attributor] AAReachability : use isPotentiallyReachable in isKnownReachable

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 11:25:03 PDT 2020


jdoerfert added a comment.

There are two issues with a `isPotentiallyReachable` approach, not to say we cannot make it work. What we need is 1) use liveness information  from AAIsDead 2) caching of the results. We can do that in follow up patches though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76210/new/

https://reviews.llvm.org/D76210





More information about the llvm-commits mailing list