This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6afd9d5ae08 [Tests] Add branch_weights to latches so that test is not e [...] new 50d2be30be9 [IR] Add WithOverflowInst class new 577e9fbf52f [x86] add more tests for LEA formation; NFC
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/Analysis/ValueTracking.h | 7 +- include/llvm/IR/IntrinsicInst.h | 33 +++++ lib/Analysis/ScalarEvolution.cpp | 57 ++------ lib/Analysis/ValueTracking.cpp | 15 +- lib/IR/IntrinsicInst.cpp | 34 +++++ .../InstCombine/InstructionCombining.cpp | 65 +++------ .../Scalar/CorrelatedValuePropagation.cpp | 85 +++++------- lib/Transforms/Scalar/GVN.cpp | 39 ++---- lib/Transforms/Scalar/NewGVN.cpp | 40 +----- test/CodeGen/X86/lea-dagdag.ll | 154 +++++++++++++++++++++ 10 files changed, 308 insertions(+), 221 deletions(-) create mode 100644 test/CodeGen/X86/lea-dagdag.ll