[PATCH] D83246: [Attributor] Cache query results for isPotentiallyReachable in AAReachability
Shinji Okumura via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 02:59:50 PDT 2020
okura added a comment.
I have difficulty in moving into AAReachability because a member should be const function. If the map move in AAReachability, the function that cache query results cannot be const. That's why I put the cache in InformationCache.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83246/new/
https://reviews.llvm.org/D83246
More information about the llvm-commits
mailing list