This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1c620b adjust test so it won't completely optimize away new b6e263b [InstCombine] don't form select from logic ops if it's unlike [...] new e042fe5 Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /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/LoopAccessAnalysis.h | 6 ++-- include/llvm/InitializePasses.h | 2 +- lib/Analysis/LoopAccessAnalysis.cpp | 18 +++++----- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 39 ++++++++++++---------- lib/Transforms/Scalar/LoopDistribute.cpp | 8 ++--- lib/Transforms/Scalar/LoopLoadElimination.cpp | 6 ++-- lib/Transforms/Scalar/LoopVersioningLICM.cpp | 8 ++--- lib/Transforms/Scalar/Scalar.cpp | 2 +- lib/Transforms/Utils/LoopVersioning.cpp | 6 ++-- lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +++---- test/Transforms/InstCombine/logical-select.ll | 4 +-- 11 files changed, 57 insertions(+), 54 deletions(-)