Skip to content

Commit 62961c2

Browse files
committed
modify test
1 parent e0860bd commit 62961c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/vector-unroll-options.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func.func @negative_vector_fma_3d(%a: vector<3x2x2xf32>) {
195195
}
196196
// CHECK-LABEL: func @negative_vector_fma_3d
197197
// CHECK-NOT: vector.extract_strided_slice
198-
// CHECK: %0 = vector.fma %a, %a, %a : vector<3x2x2xf32>
198+
// CHECK: %[[R0:.*]] = vector.fma %{{.+}}, %{{.+}}, %{{.+}} : vector<3x2x2xf32>
199199
// CHECK: return
200200

201201
func.func @vector_multi_reduction(%v : vector<4x6xf32>, %acc: vector<4xf32>) -> vector<4xf32> {

0 commit comments

Comments
 (0)