This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb5b5bc [WebAssembly] Disable the store-results optimization. new 030db64 [InstCombine] use m_APInt to allow icmp (udiv X, Y), C folds [...] new 8970377 [LLVM] Fix some Clang-tidy modernize-use-using and Include Wh [...] new 92e6c94 AArch64: Don't call getIterator() on iterators
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/Bitcode/BitstreamReader.h | 33 ++++++++++++------- include/llvm/MC/MCInstPrinter.h | 15 +++++---- include/llvm/Transforms/Utils/BasicBlockUtils.h | 11 ++++--- lib/AsmParser/LLLexer.cpp | 35 ++++++++++---------- lib/Bitcode/Reader/BitstreamReader.cpp | 9 +++-- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 21 +++++++----- .../AArch64/AArch64RedundantCopyElimination.cpp | 3 +- lib/Target/X86/X86InstrBuilder.h | 21 +++++++----- lib/Transforms/InstCombine/InstCombineCompares.cpp | 38 ++++++++++++---------- .../AArch64/redundant-copy-elim-empty-mbb.ll | 29 +++++++++++++++++ test/Transforms/InstCombine/compare-udiv.ll | 23 ++++--------- 11 files changed, 143 insertions(+), 95 deletions(-) create mode 100644 test/CodeGen/AArch64/redundant-copy-elim-empty-mbb.ll