File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/test/Conversion/VectorToLLVM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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{
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
You can’t perform that action at this time.
0 commit comments