This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2eb84fd76a4 Add missing #include new e4f44dfa739 Make SCEVRewriteVisitor smarter about when it trys to create SCEVs new 4c23f32e1e5 Rewrite SCEV Normalization using SCEVRewriteVisitor; NFC new 8806d7a68a6 Use range-for in a few places new aaf7ddc474c Update tests for the patch.
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: include/llvm/Analysis/ScalarEvolutionExpressions.h | 66 +- lib/Analysis/ScalarEvolutionNormalization.cpp | 178 ++--- test/Transforms/InstCombine/bitcast-bigendian.ll | 30 +- test/Transforms/InstCombine/bitcast.ll | 147 ++-- test/Transforms/InstCombine/type_pun.ll | 98 ++- test/Transforms/InstCombine/x86-avx512.ll | 860 ++++++++++----------- 6 files changed, 678 insertions(+), 701 deletions(-)