Skip to content

Commit cc17746

Browse files
committed
add cse,canonicalize before one-shot-bufferize
1 parent 4520d97 commit cc17746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jit/mlir.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ static const std::string cpu_pipeline =
688688
"arith-expand,"
689689
"memref-expand,"
690690
"func.func(empty-tensor-to-alloc-tensor),"
691+
"cse,"
692+
"canonicalize,"
691693
"one-shot-bufferize,"
692694
"canonicalize,"
693695
"imex-remove-temporaries,"

0 commit comments

Comments
 (0)