[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
Wed Feb 5 05:56:24 PST 2025


================
@@ -958,6 +965,10 @@ void VPlan::execute(VPTransformState *State) {
   State->CFG.PrevVPBB = nullptr;
   State->CFG.ExitBB = State->CFG.PrevBB->getSingleSuccessor();
 
+  // Update VPDominatorTree since VPBasicBlock may be removed after State wsa
+  // constucted.
----------------
Mel-Chen wrote:

Fixed, thanks.

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


More information about the llvm-commits mailing list