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

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 07:18:05 PST 2024


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

@fhahn Any news on this? Or could we proceed with using the VPDominatorTree pointer?

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


More information about the llvm-commits mailing list