File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Dialect/Polynomial/Transforms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939
4040// THE FOLLOWING SHOULD CONVERT NOTHING (EXCEPT "ARITH" OPS FOR SOME, BUT THERE ARE NONE IN THE TESTS)
4141
42- // RUN: heir-opt --mlir-print-local-scope --convert-elementwise-to-affine=convert-ops=list={ } %s \
42+ // RUN: heir-opt --mlir-print-local-scope --convert-elementwise-to-affine={ convert-ops="" } %s \
4343// RUN: | FileCheck --enable-var-scope --check-prefix=CHECK --check-prefix=CHECK_NOTADD --check-prefix=CHECK_NOTMUL %s
4444
45- // RUN: heir-opt --mlir-print-local-scope --convert-elementwise-to-affine=convert-dialects=list={ } %s \
45+ // RUN: heir-opt --mlir-print-local-scope --convert-elementwise-to-affine={ convert-dialects="" } %s \
4646// RUN: | FileCheck --enable-var-scope --check-prefix=CHECK --check-prefix=CHECK_NOTADD --check-prefix=CHECK_NOTMUL %s
4747
48- // RUN: heir-opt --mlir-print-local-scope '--convert-elementwise-to-affine=convert-ops=list={} convert-dialects=list={ }' %s \
48+ // RUN: heir-opt --mlir-print-local-scope '--convert-elementwise-to-affine={ convert-ops="" convert-dialects="" }' %s \
4949// RUN: | FileCheck --enable-var-scope --check-prefix=CHECK --check-prefix=CHECK_NOTADD --check-prefix=CHECK_NOTMUL %s
5050
5151// RUN: heir-opt --mlir-print-local-scope '--convert-elementwise-to-affine=convert-dialects=arith' %s \
You can’t perform that action at this time.
0 commit comments