[llvm] [VPlan] Add exit phi operands during initial construction (NFC). (PR #136455)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 08:05:36 PDT 2025
================
@@ -1139,7 +1139,7 @@ InstructionCost VPIRInstruction::computeCost(ElementCount VF,
void VPIRInstruction::extractLastLaneOfOperand(VPBuilder &Builder) {
assert(isa<PHINode>(getInstruction()) &&
"can only add exiting operands to phi nodes");
----------------
ayalz wrote:
Independent:
```suggestion
"can only update exiting operands to phi nodes");
```
https://github.com/llvm/llvm-project/pull/136455
More information about the llvm-commits
mailing list