This revision adds support for canonicalizing the following:
br ^bb1 ^bb1 br ^bbN(...) br ^bbN(...)
Depends On D78682
Paths
| Differential D78683
[mlir][Standard] Add support for canonicalizing branches to passthrough blocks ClosedPublic Authored by rriddle on Apr 22 2020, 3:46 PM.
Details Summary This revision adds support for canonicalizing the following: br ^bb1 ^bb1 br ^bbN(...) br ^bbN(...) Depends On D78682
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 22 2020, 6:16 PM Closed by commit rG2fafe7ff591d: [mlir][Standard] Add support for canonicalizing branches to passthrough blocks (authored by rriddle). · Explain WhyApr 23 2020, 5:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 259420 mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/Dialect/Standard/canonicalize-cf.mlir
|