This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a62037 NFC: The Cost Model specialization, by Andrey Tischenko new 7e18f7d [CVP] Convert an AShr to a LShr if 1st operand is known to be [...] new b34a186 [DAGCombiner] Do not remove the load of stored values when op [...] new 58682d3 [DAGCombiner] Update most ADD combines to support general vec [...] new 597ed35 [MC] Fix Error Location for ParseIdentifier
The 4 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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 69 +++++++++++++++---- lib/MC/MCParser/AsmParser.cpp | 15 +++-- .../Scalar/CorrelatedValuePropagation.cpp | 23 +++++++ test/CodeGen/ARM/alloc-no-stack-realign.ll | 5 +- test/CodeGen/ARM/dag-combine-ldst.ll | 41 ++++++++++++ test/CodeGen/SystemZ/swift-return.ll | 3 +- test/CodeGen/X86/combine-add.ll | 77 ++++++++-------------- test/CodeGen/X86/inline-asm-tied.ll | 5 +- test/CodeGen/X86/pr30430.ll | 6 +- test/MC/AsmParser/at-pseudo-variable-bad.s | 2 +- test/MC/Mips/cpsetup-bad.s | 2 +- .../{sdiv.ll => ashr.ll} | 36 +++++----- 12 files changed, 190 insertions(+), 94 deletions(-) create mode 100644 test/CodeGen/ARM/dag-combine-ldst.ll copy test/Transforms/CorrelatedValuePropagation/{sdiv.ll => ashr.ll} (62%)