[llvm] [VPlan] Move FOR splice cost into VPInstruction::FirstOrderRecurrenceSplice (PR #129645)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 01:59:42 PST 2025
================
@@ -743,6 +743,17 @@ InstructionCost VPInstruction::computeCost(ElementCount VF,
return Ctx.TTI.getArithmeticReductionCost(
Instruction::Or, cast<VectorType>(VecTy), std::nullopt, Ctx.CostKind);
}
+ case VPInstruction::FirstOrderRecurrenceSplice: {
+ assert(VF.isVector());
----------------
Mel-Chen wrote:
Need some assertion message here.
https://github.com/llvm/llvm-project/pull/129645
More information about the llvm-commits
mailing list