This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

rriddle created this revision.Apr 22 2020, 3:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2020, 3:46 PM
benvanik accepted this revision.Apr 22 2020, 6:16 PM
This revision is now accepted and ready to land.Apr 22 2020, 6:16 PM
This revision was automatically updated to reflect the committed changes.