[PATCH] D136512: [AA] Allow for flow-sensitive analyses.

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 26 18:40:06 PST 2022


hiraditya added inline comments.


================
Comment at: llvm/include/llvm/Analysis/AliasAnalysis.h:331
   /// each other. This is the interface that must be implemented by specific
-  /// alias analysis implementations.
+  /// alias analysis implementations. I can be nullptr, in which case the query
+  /// is whether or not the aliasing relationship holds through the entire
----------------
> I can be nullptr
Which `I` is this referring to?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136512



More information about the llvm-commits mailing list