diff options
author | Ingo Müller <ingomueller@google.com> | 2023-10-04 09:53:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:53:48 +0200 |
commit | 9748f981161573648ac24ca9541f9ab08cbc9c15 (patch) | |
tree | 4a6bd43e71d415942bb60ed553a5a500cf211e48 /llvm/lib/Object/ObjectFile.cpp | |
parent | afe400620f9d22c9d877bd92d437d5dd761708be (diff) | |
download | llvm-9748f981161573648ac24ca9541f9ab08cbc9c15.zip llvm-9748f981161573648ac24ca9541f9ab08cbc9c15.tar.gz llvm-9748f981161573648ac24ca9541f9ab08cbc9c15.tar.bz2 |
[mlir][transform] Make variable names in interpreter consistent. (NFC) (#67800)
This commit renames the arguments of several static implementation
functions of the transform interpreter base class to match the names of
the corresponding member variables in order to clarify their intent.
Similarly, it renames some local variables to reflect their relationship
with corresponding member variables. Finally, this commit also asserts
in `interpreterBaseRunOnOperationImpl` that at most one of shared and
library module are set (which the initialization function guarantees)
and simplifies some related `if` conditions.
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions