This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Affine] Fix affine.parallel op domain add
ClosedPublic

Authored by bondhugula on Feb 19 2023, 5:41 AM.

Details

Summary

Fix obvious bug in addAffineParallelOpDomain that would lead to
incorrect domain constraints for any affine.parallel op with
dimensionality greater than one.

Diff Detail

Event Timeline

bondhugula created this revision.Feb 19 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2023, 5:41 AM
bondhugula requested review of this revision.Feb 19 2023, 5:41 AM
springerm accepted this revision.Feb 19 2023, 7:52 AM
This revision is now accepted and ready to land.Feb 19 2023, 7:52 AM
This revision was automatically updated to reflect the committed changes.