Skip to content

Commit 0083eeb

Browse files
committed
update
1 parent b63c9fe commit 0083eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func.func @vector_store_i2_two_partial_one_full_stores(%arg0: vector<7xi2>) {
103103

104104
// -----
105105

106-
func.func @vector_store_i2_one_partial_store(%arg0: vector<1xi2>) {
106+
func.func @vector_store_i2_const_index_one_partial_store(%arg0: vector<1xi2>) {
107107
%0 = memref.alloc() : memref<4x1xi2>
108108
%c0 = arith.constant 0 : index
109109
%c1 = arith.constant 1 : index
@@ -113,7 +113,7 @@ func.func @vector_store_i2_one_partial_store(%arg0: vector<1xi2>) {
113113

114114
// in this test, only emit partial RMW store as the store is within one byte.
115115

116-
// CHECK: func @vector_store_i2_one_partial_store(
116+
// CHECK: func @vector_store_i2_const_index_one_partial_store(
117117
// CHECK-SAME: %[[ARG0:.+]]: vector<1xi2>)
118118
// CHECK: %[[ALLOC:.+]] = memref.alloc() : memref<1xi8>
119119
// CHECK: %[[C0:.+]] = arith.constant 0 : index

0 commit comments

Comments
 (0)