Skip to content

Commit 913ab76

Browse files
committed
Create a pass pipeline on nested modules in mlir/test/Examples/transform/ChH/full.mlir
1 parent aca0e78 commit 913ab76

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mlir/test/Examples/transform/ChH/full.mlir

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: mlir-opt %s --transform-interpreter="debug-payload-root-tag=payload" \
2-
// RUN: --test-transform-dialect-erase-schedule \
3-
// RUN: --math-uplift-to-fma \
4-
// RUN: --convert-bufferization-to-memref \
5-
// RUN: --test-lower-to-llvm |\
2+
// RUN: --test-transform-dialect-erase-schedule |\
3+
// RUN: mlir-opt -pass-pipeline='builtin.module(builtin.module(math-uplift-to-fma,convert-bufferization-to-memref,test-lower-to-llvm))' - |\
64
// RUN: FileCheck %s
75

86
// Fixed-size tensor types to be used in convolution.

0 commit comments

Comments
 (0)