This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Carry IdKind information in LinearTransform::applyTo
ClosedPublic

Authored by Groverkss on Mar 31 2022, 7:48 AM.

Details

Summary

This patch fixes a bug in LinearTransform::applyTo where it did not carry the
IdKind information, and instead treated every id as IdKind::Domain.

Diff Detail

Event Timeline

Groverkss created this revision.Mar 31 2022, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 7:48 AM
Groverkss requested review of this revision.Mar 31 2022, 7:48 AM
arjunp accepted this revision.Mar 31 2022, 7:57 AM

LGTM.

This revision is now accepted and ready to land.Mar 31 2022, 7:57 AM
This revision was landed with ongoing or failed builds.Mar 31 2022, 8:13 AM
This revision was automatically updated to reflect the committed changes.