This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add missing check for unsupported affine dependence analysis
ClosedPublic

Authored by bondhugula on Aug 10 2022, 4:36 AM.

Details

Summary

Add missing check in affine dependence analysis when dependence analysis
isn't possible due to the ops being in different affine scopes. The
lack of such a check could lead to a crash or incorrect behavior in
several dependent utilities.

Diff Detail

Event Timeline

bondhugula created this revision.Aug 10 2022, 4:36 AM
bondhugula requested review of this revision.Aug 10 2022, 4:36 AM
ftynse accepted this revision.Aug 10 2022, 4:51 AM
This revision is now accepted and ready to land.Aug 10 2022, 4:51 AM