Skip to content

Commit 68aa29d

Browse files
committed
fixup! [mlir][vector][nfc] Replace failure() with notifyMatchFailure()
Improve comment
1 parent 1da3e18 commit 68aa29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ static LogicalResult checkPrepareXferOp(OpTy xferOp, PatternRewriter &rewriter,
553553
VectorTransferToSCFOptions options) {
554554
if (xferOp->hasAttr(kPassLabel))
555555
return rewriter.notifyMatchFailure(
556-
xferOp, "kPassLabel is present (progressing lowering in progress)");
556+
xferOp, "kPassLabel is present (vector-to-scf lowering in progress)");
557557
if (xferOp.getVectorType().getRank() <= options.targetRank)
558558
return rewriter.notifyMatchFailure(
559559
xferOp, "xferOp vector rank <= transformation target rank");

0 commit comments

Comments
 (0)