This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5090868 [X86][SSE] Regenerate intrinsic upgrade tests new fbe71f8 [X86][SSE] Add shuffle combine tests showing missed opportuni [...] new 0ef69ab [SCEV] Cache results during GetMinTrailingZeros query
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/ScalarEvolution.h | 6 +++ lib/Analysis/ScalarEvolution.cpp | 30 ++++++++--- test/Analysis/ScalarEvolution/pr18606-min-zeros.ll | 63 ++++++++++++++++++++++ test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 43 +++++++++++++++ test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 59 ++++++++++++++++++++ 5 files changed, 193 insertions(+), 8 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/pr18606-min-zeros.ll