This is an archive of the discontinued LLVM Phabricator instance.

[mlir][interfaces] Add helpers for detecting repetitive regions
ClosedPublic

Authored by springerm on Apr 14 2022, 6:01 AM.

Details

Summary

Add helper functions to check if an op may be executed multiple times based on RegionBranchOpInterface.

Diff Detail

Event Timeline

springerm created this revision.Apr 14 2022, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 6:01 AM
springerm requested review of this revision.Apr 14 2022, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 6:01 AM
springerm retitled this revision from [mlir][interfaces] Add helpers for detecting recursive regions to [mlir][interfaces] Add helpers for detecting repetitive regions.Apr 14 2022, 6:01 AM
ftynse accepted this revision.Apr 14 2022, 6:39 AM
ftynse added inline comments.
mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
60
This revision is now accepted and ready to land.Apr 14 2022, 6:39 AM
springerm marked an inline comment as done.Apr 19 2022, 12:15 AM
This revision was landed with ongoing or failed builds.Apr 19 2022, 12:18 AM
This revision was automatically updated to reflect the committed changes.