This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2962e3e [ADT] Change iterator_adaptor_base's default template argumen [...] new 6aabb5f Without explicitly including <string>, I'm getting an error o [...] new 8b93225 Recommit "Use ValueOffsetPair to enhance value reuse during S [...] new fc25cfb Fix the runtime error caused by "Use ValueOffsetPair to enhan [...]
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: include/llvm/Analysis/ScalarEvolution.h | 23 +++++- include/llvm/Analysis/ScalarEvolutionExpander.h | 18 ++++- include/llvm/ExecutionEngine/JITSymbol.h | 1 + lib/Analysis/ScalarEvolution.cpp | 82 ++++++++++++++++------ lib/Analysis/ScalarEvolutionExpander.cpp | 57 +++++++++------ lib/Transforms/Scalar/IndVarSimplify.cpp | 2 +- test/Analysis/ScalarEvolution/pr28705.ll | 41 +++++++++++ .../scev-expander-existing-value-offset.ll | 44 ++++++++++++ 8 files changed, 221 insertions(+), 47 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/pr28705.ll create mode 100644 test/Analysis/ScalarEvolution/scev-expander-existing-value-offset.ll