This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 235b4df870a ADT: Document advantages of SmallVector<T,0> over std::vector new db695a11d79 [SCEV] Add an expandAddToGEP overload for a single operand. NFC. new 3cb83a57794 [SCEV] Don't expand Wrap predicate using inttoptr in ni addrspaces
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/ScalarEvolutionExpander.h | 1 + lib/Analysis/ScalarEvolutionExpander.cpp | 44 ++++++++++++------ .../LoopAccessAnalysis/wrapping-pointer-ni.ll | 54 ++++++++++++++++++++++ .../wrapping-pointer-versioning.ll | 16 +++---- 4 files changed, 92 insertions(+), 23 deletions(-) create mode 100644 test/Analysis/LoopAccessAnalysis/wrapping-pointer-ni.ll