[mlir][Transforms] CSE of ops with a single block.
Currently CSE does not support CSE of ops with regions. This patch extends the CSE support to ops with a single region. Differential Revision: https://reviews.llvm.org/D134306 Depends on D137857
Loading
Please sign in to comment