Skip to content

Commit 7996172

Browse files
[fixup] Fix wrong autocorrect
1 parent 939f1ca commit 7996172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmNeon/vector-contract-bfmmla.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// Note: In this and in the following test the seemingly unnecessary
4848
// writes of test vectors to memory are done in order to introduce memory
4949
// load operations on the path leading up to `vector.contract` since
50-
// that's more representation of the typical usage when multiplying
50+
// that's more representative of the typical usage when multiplying
5151
// big, non-constant tensors.
5252

5353
// CHECK-IR-LABEL: llvm.func @matrix_by_matrix_mul_and_acc

0 commit comments

Comments
 (0)