Skip to content

Commit 47093f8

Browse files
committed
Fix new line
1 parent 7711518 commit 47093f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/filecheck/rewrite-tensors/rewrite-smt-tensor.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ builtin.module {
1515
// CHECK: %0 = "smt.declare_const"() : () -> !smt.tensor.tensor<[3 : i64, 3 : i64], !smt.fp<8, 24>, none>
1616
// CHECK-NEXT: %idx1 = "smt.declare_const"() : () -> !smt.bv<64>
1717
// CHECK-NEXT: %idx2 = "smt.declare_const"() : () -> !smt.bv<64>
18-
// CHECK-NEXT: %extract = "smt.tensor.extract"(%0, %idx2, %idx1) : (!smt.tensor.tensor<[3 : i64, 3 : i64], !smt.fp<8, 24>, none>, !smt.bv<64>, !smt.bv<64>) -> !smt.fp<8, 24>
18+
// CHECK-NEXT: %extract = "smt.tensor.extract"(%0, %idx2, %idx1) : (!smt.tensor.tensor<[3 : i64, 3 : i64], !smt.fp<8, 24>, none>, !smt.bv<64>, !smt.bv<64>) -> !smt.fp<8, 24>

0 commit comments

Comments
 (0)