Fix typo "instrinsic" (#112899)

This commit is contained in:
Jay Foad
2024-10-18 15:58:33 +01:00
committed by GitHub
parent 62e2c7fb2d
commit 922992a22f
19 changed files with 22 additions and 22 deletions

View File

@@ -678,7 +678,7 @@ lowerReductionWithStartValue(ConversionPatternRewriter &rewriter, Location loc,
vectorOperand, fmf);
}
/// Overloaded methods to lower a *predicated* reduction to an llvm instrinsic
/// Overloaded methods to lower a *predicated* reduction to an llvm intrinsic
/// that requires a start value. This start value format spans across fp
/// reductions without mask and all the masked reduction intrinsics.
template <class LLVMVPRedIntrinOp, class ReductionNeutral>