[llvm] [VPlan] Introduce ComputeReductionResult VPInstruction opcode. (PR #70253)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 13:01:26 PST 2023
================
@@ -9100,7 +8965,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
if (IsFMulAdd) {
assert(
RecurrenceDescriptor::isFMulAddIntrinsic(CurrentLinkI) &&
- "Expected instruction to be a call to the llvm.fmuladd intrinsic");
+ "ExpectedRinstruction to be a call to the llvm.fmuladd intrinsic");
----------------
fhahn wrote:
undone, thanks!
https://github.com/llvm/llvm-project/pull/70253
More information about the llvm-commits
mailing list