[llvm] [LV] Limits the splat operations be hoisted must not be defined by a recipe. (PR #117138)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 03:25:33 PST 2024


================
@@ -389,6 +391,9 @@ struct VPTransformState {
 
   /// VPlan-based type analysis.
   VPTypeAnalysis TypeAnalysis;
+
+  /// VPlan-based dominator tree.
+  VPDominatorTree *VPDT = nullptr;
----------------
fhahn wrote:

Hmm, let me check

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


More information about the llvm-commits mailing list