Skip to content

Commit 040695c

Browse files
committed
verify roundtrip
1 parent 3f37237 commit 040695c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mlir/test/Dialect/SMT/array.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s | mlir-opt | FileCheck %s
1+
// RUN: mlir-opt %s --verify-roundtrip | FileCheck %s
22

33
// CHECK-LABEL: func @arrayOperations
44
// CHECK-SAME: ([[A0:%.+]]: !smt.bool)

mlir/test/Dialect/SMT/basic.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s | mlir-opt | FileCheck %s
1+
// RUN: mlir-opt %s --verify-roundtrip | FileCheck %s
22

33
// CHECK-LABEL: func @types
44
// CHECK-SAME: (%{{.*}}: !smt.bool, %{{.*}}: !smt.bv<32>, %{{.*}}: !smt.int, %{{.*}}: !smt.sort<"uninterpreted_sort">, %{{.*}}: !smt.sort<"uninterpreted_sort"[!smt.bool, !smt.int]>, %{{.*}}: !smt.func<(!smt.bool, !smt.bool) !smt.bool>)

mlir/test/Dialect/SMT/bitvectors.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s | mlir-opt | FileCheck %s
1+
// RUN: mlir-opt %s --verify-roundtrip | FileCheck %s
22

33
// CHECK-LABEL: func @bitvectors
44
func.func @bitvectors() {

mlir/test/Dialect/SMT/integers.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s | mlir-opt | FileCheck %s
1+
// RUN: mlir-opt %s --verify-roundtrip | FileCheck %s
22

33
// CHECK-LABEL: func @integer_operations
44
func.func @integer_operations() {

0 commit comments

Comments
 (0)