[llvm] [CodeGenPrepare][NFC] Reland: Update the dominator tree instead of rebuilding it (PR #179040)
Mingjie Xu via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 03:54:39 PST 2026
================
@@ -312,6 +322,8 @@ class CodeGenPrepare {
const TargetTransformInfo *TTI = nullptr;
const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;
const TargetLibraryInfo *TLInfo = nullptr;
+ DominatorTree *DT = nullptr;
----------------
Enna1 wrote:
Thanks, done.
https://github.com/llvm/llvm-project/pull/179040
More information about the llvm-commits
mailing list