This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Minor bug-fix in PresburgerRelation::intersectRange from 3dd9931
ClosedPublic

Authored by iambrj on Sep 3 2023, 10:25 PM.

Details

Summary

Fix a typo (incorrectly calling getNumDomainVars instead of
getNumRangeVars) in intersectRange from 3dd9931.

Diff Detail

Event Timeline

iambrj created this revision.Sep 3 2023, 10:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2023, 10:25 PM
iambrj requested review of this revision.Sep 3 2023, 10:25 PM
This revision is now accepted and ready to land.Sep 3 2023, 10:36 PM

Please edit the title to mention where the bug is instead and write a one-sentence description of the bug in the patch description

iambrj updated this revision to Diff 555655.Sep 3 2023, 10:49 PM

Address comments.

iambrj updated this revision to Diff 555656.Sep 3 2023, 10:59 PM
iambrj retitled this revision from [MLIR][Presburger] Minor bug-fix in 3dd9931 to [MLIR][Presburger] Minor bug-fix in PresburgerRelation::intersectRange from 3dd9931.
iambrj edited the summary of this revision. (Show Details)

Update Phabricator description.

This revision was landed with ongoing or failed builds.Sep 4 2023, 11:34 PM
This revision was automatically updated to reflect the committed changes.