[PATCH] D141164: [AAUnderlyingObjects] Introduce an AA for getting underlying objects of a pointer

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 21:55:38 PST 2023


jdoerfert added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:5463
+  virtual bool
+  forallUnderlyingObjects(function_ref<bool(Value &)> Pred) const = 0;
+};
----------------
What happend to the other arguments: Scope and CtxI. The former at least, the latter can be useful but makes caching less effective.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141164



More information about the llvm-commits mailing list