This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow RegionBranchOps in dependence analysis.
ClosedPublic

Authored by tpopp on Dec 9 2020, 12:58 PM.

Details

Summary

This is to prevent assertion failures on scf.if and shape.assuming
operations where this is not enough information currently to handle any
aliasing information.

Diff Detail

Event Timeline

tpopp created this revision.Dec 9 2020, 12:58 PM
tpopp requested review of this revision.Dec 9 2020, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2020, 12:58 PM
nicolasvasilache accepted this revision.Dec 9 2020, 1:14 PM

As discussed offline, this will be revamped in a relatively near future.
Fine to unblock for now assuming presubmits pass.

This revision is now accepted and ready to land.Dec 9 2020, 1:14 PM
This revision was landed with ongoing or failed builds.Dec 9 2020, 1:32 PM
This revision was automatically updated to reflect the committed changes.