[llvm] [AA][JumpThreading] Don't use DomTree for AA in JumpThreading (PR #79294)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 04:22:22 PST 2024


================
@@ -43,20 +43,25 @@ class BasicAAResult : public AAResultBase {
   const Function &F;
   const TargetLibraryInfo &TLI;
   AssumptionCache ∾
-  DominatorTree *DT;
+  // Don't access this directly, use getDT() instead.
----------------
fhahn wrote:

nit: Doc-comment?

https://github.com/llvm/llvm-project/pull/79294


More information about the llvm-commits mailing list