[mlir][transform] Add `transform.apply_cse` op
This op applies CSE to the targeted op. This is similar to `transform.apply_registered_pass "cse"`, but it retains handles in the body of the targeted op. Differential Revision: https://reviews.llvm.org/D154099
Loading
Please sign in to comment