[llvm] [VPlan] Use DomTreeUpdater to automatically update DT for vector loop. (PR #92525)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 13:53:28 PDT 2024
================
@@ -410,6 +408,9 @@ struct VPTransformState {
/// VPlan-based type analysis.
VPTypeAnalysis TypeAnalysis;
+
+ /// Updater for the DominatorTree.
+ DomTreeUpdater DTU;
----------------
ayalz wrote:
nit: place DTU in DT's position (after LI), or inside CFG?
https://github.com/llvm/llvm-project/pull/92525
More information about the llvm-commits
mailing list