This is an archive of the discontinued LLVM Phabricator instance.

Fix bug in addAffineParallelOpDomain upper bound constraint
ClosedPublic

Authored by bondhugula on Feb 26 2023, 6:04 PM.

Details

Summary

Fix upper bound constraint addition in addAffineParallelOpDomain; it was
off by one in the case of constants.

Diff Detail

Event Timeline

bondhugula created this revision.Feb 26 2023, 6:04 PM
bondhugula requested review of this revision.Feb 26 2023, 6:04 PM

Adjust test case CHECK.

Update test case.

ftynse accepted this revision.Feb 27 2023, 11:39 AM
This revision is now accepted and ready to land.Feb 27 2023, 11:39 AM
This revision was landed with ongoing or failed builds.Feb 27 2023, 9:06 PM
This revision was automatically updated to reflect the committed changes.