[mlir][Standard] Add support for canonicalizing branches to passthrough blocks
This revision adds support for canonicalizing the following: ``` br ^bb1 ^bb1 br ^bbN(...) br ^bbN(...) ``` Differential Revision: https://reviews.llvm.org/D78683
Loading
Please sign in to comment