This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] MultiAffineFunction:eliminateRedundantLocalId: fix bug where local offset was not considered
ClosedPublic

Authored by arjunp on Mar 31 2022, 6:54 AM.

Details

Summary

Previously, when updating the outputs matrix, the local offset was not being considered.

Diff Detail

Event Timeline

arjunp created this revision.Mar 31 2022, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 6:54 AM
arjunp requested review of this revision.Mar 31 2022, 6:54 AM
arjunp added a subscriber: grosser.
This revision is now accepted and ready to land.Mar 31 2022, 7:06 AM
This revision was landed with ongoing or failed builds.Mar 31 2022, 7:11 AM
This revision was automatically updated to reflect the committed changes.