This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix bug in the method constructing semi affine expression from flattened form
ClosedPublic

Authored by arnab-oss on Oct 31 2022, 2:02 AM.

Details

Summary

Set proper offset to the second element of the index pair, so that
we do not have same index values for more than one local expression.

Diff Detail

Event Timeline

arnab-oss created this revision.Oct 31 2022, 2:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
arnab-oss requested review of this revision.Oct 31 2022, 2:02 AM
springerm accepted this revision.Oct 31 2022, 2:13 AM
This revision is now accepted and ready to land.Oct 31 2022, 2:13 AM
hanchung accepted this revision.Oct 31 2022, 11:20 AM

Thanks for fixing it!