[clang-tools-extra] [mlir] [NFC][MLIR] Fix some typos (PR #108355)

Matthias Springer via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 03:18:07 PDT 2024


================
@@ -316,7 +316,7 @@ static omp::DeclareReductionOp declareReduction(PatternRewriter &builder,
           reduction, {arith::CmpFPredicate::OLT, arith::CmpFPredicate::OLE},
           {arith::CmpFPredicate::OGT, arith::CmpFPredicate::OGE}, isMin) ||
       matchSelectReduction<LLVM::FCmpOp, LLVM::SelectOp>(
-          reduction, {LLVM::FCmpPredicate::olt, LLVM::FCmpPredicate::ole},
----------------
matthias-springer wrote:

Same here and in other places.

https://github.com/llvm/llvm-project/pull/108355


More information about the cfe-commits mailing list