This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Rename attachments to identifiers in PresburgerSpace
ClosedPublic

Authored by Groverkss on Jun 28 2022, 12:19 PM.

Details

Summary

"attachment" was a temporary name chosen for the information attached to a
variable in a PresburgerSpace. After the disambiguation of "variables" and
"identifiers" in PresburgerSpace, we use the word "identifiers" for this
information, since this information is used to "identify" these variables.

Diff Detail

Event Timeline

Groverkss created this revision.Jun 28 2022, 12:19 PM
Groverkss requested review of this revision.Jun 28 2022, 12:19 PM
arjunp edited the summary of this revision. (Show Details)Jul 3 2022, 11:37 AM
arjunp added inline comments.Jul 3 2022, 11:43 AM
mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
75–76
arjunp accepted this revision.Jul 3 2022, 2:29 PM

SGTM

This revision is now accepted and ready to land.Jul 3 2022, 2:29 PM
Groverkss updated this revision to Diff 442315.Jul 5 2022, 8:24 AM
Groverkss marked an inline comment as done.
  • Update PresburgerSpace doc
This revision was landed with ongoing or failed builds.Jul 5 2022, 8:30 AM
This revision was automatically updated to reflect the committed changes.