[PATCH] D84665: [Attributor][WIP] Implement AAReachability

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 23:27:11 PDT 2020


okura added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:895
+      KnownReachableQueries;
+
   /// Give the Attributor access to the members so
----------------
jdoerfert wrote:
> Why don't these life in the AAReachabilityFunction?
I put these here for the same reason for [[ https://reviews.llvm.org/D83246#2163870 | this ]].


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

https://reviews.llvm.org/D84665



More information about the llvm-commits mailing list