This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1af8186 [InstCombine] add helper functions for visitICmpInst(); NFCI new 4dbfcbb Fix NameAnonFunctions pass: for ThinLTO we need to rename glo [...] new 8dff0d8 Rename NameAnonFunctions to NameAnonGlobals to match what it [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Scalar.h | 2 +- include/llvm/Transforms/Utils/ModuleUtils.h | 4 +- .../{NameAnonFunctions.h => NameAnonGlobals.h} | 16 +++--- lib/Passes/PassBuilder.cpp | 4 +- lib/Passes/PassRegistry.def | 2 +- lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +- lib/Transforms/Utils/CMakeLists.txt | 2 +- .../{NameAnonFunctions.cpp => NameAnonGlobals.cpp} | 59 ++++++++++++---------- lib/Transforms/Utils/Utils.cpp | 2 +- test/Transforms/NameAnonFunctions/rename.ll | 6 +++ 11 files changed, 57 insertions(+), 46 deletions(-) rename include/llvm/Transforms/Utils/{NameAnonFunctions.h => NameAnonGlobals.h} (52%) rename lib/Transforms/Utils/{NameAnonFunctions.cpp => NameAnonGlobals.cpp} (56%)