This function was missing a termination condition.
Depends On D123789
Paths
| Differential D123790
[mlir][interfaces] Fix infinite loop in insideMutuallyExclusiveRegions ClosedPublic Authored by springerm on Apr 14 2022, 6:02 AM.
Details
Summary This function was missing a termination condition. Depends On D123789
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2022, 6:40 AM
Revision Contents
Diff 422839 mlir/lib/Interfaces/ControlFlowInterfaces.cpp
mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
|
Nit: you may want to assert that regions belong to the same op.