This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a836e3c AMDGPU: Split private memory tests new 5c4ef28 [X86][SSE] Avoid repeatedly calling MCInst::getNumOperands(). NFCI. new 836f35c [SCEV] Be more aggressive around proving no-wrap new 5bbe5ab [SCEVExpander] Don't break SSA in replaceCongruentIVs new 2731c7a [SCEVExpander] Fix a failed cast<> assertion
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/Analysis/ScalarEvolution.cpp | 21 +++- lib/Analysis/ScalarEvolutionExpander.cpp | 91 +++++++++-------- lib/Target/X86/InstPrinter/X86InstComments.cpp | 98 +++++++++--------- .../expander-replace-congruent-ivs.ll | 111 +++++++++++++++++++++ .../ScalarEvolution/no-wrap-unknown-becount.ll | 64 ++++++++++++ 5 files changed, 288 insertions(+), 97 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/expander-replace-congruent-ivs.ll create mode 100644 test/Analysis/ScalarEvolution/no-wrap-unknown-becount.ll