[MLIR][Presburger] Rename attachments to identifiers in PresburgerSpace
authorGroverkss <groverkss@gmail.com>
Tue, 5 Jul 2022 15:15:43 +0000 (16:15 +0100)
committerGroverkss <groverkss@gmail.com>
Tue, 5 Jul 2022 15:23:44 +0000 (16:23 +0100)
commited3b040b54f4f69ae97e83f956c8573597ae5427
tree2765bd769c7fae29f9c2e9b5ff983b97c04028e4
parent12fd00ee17773798a1ddb0157b3d3df9f0e8dad2
[MLIR][Presburger] Rename attachments to identifiers in PresburgerSpace

"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.

Reviewed By: arjunp

Differential Revision: https://reviews.llvm.org/D128751
mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
mlir/lib/Analysis/Presburger/PresburgerSpace.cpp
mlir/unittests/Analysis/Presburger/PresburgerSpaceTest.cpp