Skip to content

Commit 4cc7f7d

Browse files
committed
fixup: Use the clearer NON-DEFAULT check-prefix
1 parent 1e61aae commit 4cc7f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/test/Conversion/VectorToLLVM/test-serialisable.mlir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: mlir-opt --convert-vector-to-llvm --dump-pass-pipeline %s 2>&1 | FileCheck %s --check-prefix=DEFAULT
66

77
// RUN: mlir-opt --convert-vector-to-llvm='vector-contract-lowering=matmul vector-transpose-lowering=flat' \
8-
// RUN: --dump-pass-pipeline 2>&1 | FileCheck %s --check-prefix=CHANGED
8+
// RUN: --dump-pass-pipeline 2>&1 | FileCheck %s --check-prefix=NON-DEFAULT
99

1010
// CHECK: builtin.module(
1111
// CHECK-SAME: convert-vector-to-llvm{
@@ -17,5 +17,5 @@
1717
// CHECK-SAME: reassociate-fp-reductions={{[aA-zZ0-9]+}}
1818
// DEFAULT: vector-contract-lowering=dot
1919
// DEFAULT: vector-transpose-lowering=eltwise
20-
// CHANGED: vector-contract-lowering=matmul
21-
// CHANGED: vector-transpose-lowering=flat
20+
// NON-DEFAULT: vector-contract-lowering=matmul
21+
// NON-DEFAULT: vector-transpose-lowering=flat

0 commit comments

Comments
 (0)