Skip to content

Commit 5a529a4

Browse files
committed
chore(TosaCanonicalizations): FXML-1981 improve wording in comment
1 parent 8e461e2 commit 5a529a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ OpFoldResult ConcatOp::fold(ArrayRef<Attribute> operands) {
10131013
if (!producer)
10141014
continue;
10151015

1016-
// Foldable if axis is the same
1016+
// Foldable if axes are the same
10171017
if (getAxis() != producer.getAxis())
10181018
continue;
10191019

0 commit comments

Comments
 (0)