This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a797fb9901c [ARM GlobalISel] Update legalizer test new e6188868893 Revert "[CodeGenPrepare] Check that erased sunken address a [...] new 5afa924e808 [SCEV] Handling for ICmp occuring in the evolution chain. new 9ac18d67098 AMDGPU: Drop duplicate setOperationAction
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: lib/Analysis/ScalarEvolution.cpp | 94 +++++++++++++++++++++-- lib/CodeGen/CodeGenPrepare.cpp | 7 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 - lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +- test/Analysis/ScalarEvolution/pr34538.ll | 39 ++++++++++ test/Transforms/CodeGenPrepare/Mips/lit.local.cfg | 2 - test/Transforms/CodeGenPrepare/Mips/pr35209.ll | 64 --------------- 7 files changed, 128 insertions(+), 82 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/pr34538.ll delete mode 100644 test/Transforms/CodeGenPrepare/Mips/lit.local.cfg delete mode 100644 test/Transforms/CodeGenPrepare/Mips/pr35209.ll