[llvm] [VPlan] Use DomTreeUpdater to automatically update DT for vector loop. (PR #92525)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 13:14:24 PDT 2024


================
@@ -410,6 +408,9 @@ struct VPTransformState {
 
   /// VPlan-based type analysis.
   VPTypeAnalysis TypeAnalysis;
+
+  /// Updater for the DominatorTree.
+  DomTreeUpdater DTU;
----------------
fhahn wrote:

Now inside CFG

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


More information about the llvm-commits mailing list