Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc17746

Browse files
committedNov 7, 2024
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)
Please sign in to comment.