This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from adfeeb980ba Fight a bit against global initializers. NFC. new 83e3885fb1e [NFC][InstCombine] New tests: unrecognized_three-way-compar [...] new 57c068763a0 IR. Change strip* family of functions to not look through aliases.
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/IR/Value.h | 23 +- lib/Analysis/ConstantFolding.cpp | 4 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 2 +- lib/Analysis/StackSafetyAnalysis.cpp | 4 +- lib/CodeGen/Analysis.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +- lib/IR/Constants.cpp | 6 +- lib/IR/Module.cpp | 2 +- lib/IR/Value.cpp | 30 +-- lib/IR/Verifier.cpp | 2 +- .../WebAssembly/WebAssemblyLowerGlobalDtors.cpp | 2 +- lib/Transforms/IPO/ConstantMerge.cpp | 2 +- lib/Transforms/IPO/GlobalOpt.cpp | 4 +- .../InstCombine/bitcast-alias-function.ll | 239 --------------------- test/Transforms/InstCombine/bitcast-function.ll | 206 ++++++++++++++++++ test/Transforms/InstCombine/gep-alias.ll | 15 ++ test/Transforms/InstCombine/pr39177.ll | 2 +- .../unrecognized_three-way-comparison.ll | 121 +++++++++++ 18 files changed, 373 insertions(+), 296 deletions(-) delete mode 100644 test/Transforms/InstCombine/bitcast-alias-function.ll create mode 100644 test/Transforms/InstCombine/bitcast-function.ll create mode 100644 test/Transforms/InstCombine/gep-alias.ll