Skip to content

Commit 418f167

Browse files
committed
last bit
1 parent d458e3b commit 418f167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/vector-emulate-narrow-type-unaligned.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func.func @vector_store_i2_const_index_one_partial_store(%arg0: vector<1xi2>) {
473473
%0 = memref.alloc() : memref<4x1xi2>
474474
%c0 = arith.constant 0 : index
475475
%c1 = arith.constant 1 : index
476-
vector.store %arg0, %0[%c1, %c0] :memref<4x1xi2>, vector<1xi2>
476+
vector.store %arg0, %0[%c1, %c0] : memref<4x1xi2>, vector<1xi2>
477477
return
478478
}
479479

0 commit comments

Comments
 (0)