Skip to content

Commit e988700

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bacf31207e4e' from llvm.org/main into next
2 parents 711ba91 + bacf312 commit e988700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ mlir::linalg::detail::getMatchConvolutionMessage(MatchConvolutionResult res) {
919919
case MatchConvolutionResult::NonOutputDimNotReduction:
920920
return "expected all iterators not used to access outputs to be reduction";
921921
case MatchConvolutionResult::EmptyConvolvedDims:
922-
return "FIXME";
922+
return "expected convolved dim to be non-empty";
923923
case MatchConvolutionResult::Success:
924924
return "";
925925
}

0 commit comments

Comments
 (0)