[PATCH] D83246: [Attributor] Cache query results for isPotentiallyReachable in AAReachability

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 19 19:54:26 PDT 2020


jdoerfert added a comment.

Now that I look at this again, why don't we move everything into AAReachability, the map and such. It is the place we will eventually also compute things. The code looks good otherwise.


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

https://reviews.llvm.org/D83246





More information about the llvm-commits mailing list