This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2540582e98a [PatternMatch] add special-case uaddo matching for incremen [...] new 4c8e4dc9fda [llvm-objcopy] Skip --localize-symbol for undefined symbols new a200bf8c0eb Revert "[ThinLTO] Rename COMDATs for COFF when promoting/re [...] new c5a629476df revert r352766: [PatternMatch] add special-case uaddo match [...]
The 3 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/PatternMatch.h | 14 ------- .../llvm/Transforms/Utils/FunctionImportUtils.h | 5 --- lib/Transforms/Utils/FunctionImportUtils.cpp | 17 -------- test/CodeGen/X86/codegen-prepare-uaddo.ll | 4 +- .../CodeGenPrepare/overflow-intrinsics.ll | 45 ++++++++++------------ test/Transforms/FunctionImport/Inputs/comdat.ll | 10 ----- test/Transforms/FunctionImport/comdat.ll | 32 --------------- test/tools/llvm-objcopy/ELF/localize.test | 12 ++++++ tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 4 +- 9 files changed, 38 insertions(+), 105 deletions(-) delete mode 100644 test/Transforms/FunctionImport/Inputs/comdat.ll delete mode 100644 test/Transforms/FunctionImport/comdat.ll