[llvm] [VPlan] Dissolve replicate regions with vector live-outs. (PR #189022)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 4 10:28:38 PDT 2026
================
@@ -3308,28 +3315,11 @@ static void scalarizeInstruction(const Instruction *Instr,
}
void VPReplicateRecipe::execute(VPTransformState &State) {
----------------
ayalz wrote:
Note: Replicate recipes now cease to replicate, i.e., are effectively dissolved.
https://github.com/llvm/llvm-project/pull/189022
More information about the llvm-commits
mailing list