[all-commits] [llvm/llvm-project] ed3b04: [MLIR][Presburger] Rename attachments to identifie...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Tue Jul 5 08:30:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed3b040b54f4f69ae97e83f956c8573597ae5427
https://github.com/llvm/llvm-project/commit/ed3b040b54f4f69ae97e83f956c8573597ae5427
Author: Groverkss <groverkss at gmail.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
M mlir/lib/Analysis/Presburger/PresburgerSpace.cpp
M mlir/unittests/Analysis/Presburger/PresburgerSpaceTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list