This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aeca92c5753 [Hexagon] Keep all phi nodes when building DFG in addr-mode-opt new 11eef886481 [opt-viewer] opt-viewer.py takes -o argument new a70a8a0aa7a ScalarEvolution: Add URem support
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 | 1 + lib/Analysis/ScalarEvolution.cpp | 26 ++++++++++++++++++++++++++ test/Analysis/ScalarEvolution/flattened.ll | 22 ++++++++++++++++++++++ test/Analysis/ScalarEvolution/urem-0.ll | 15 +++++++++++++++ utils/opt-viewer/opt-viewer.py | 8 +++++++- 5 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 test/Analysis/ScalarEvolution/flattened.ll create mode 100644 test/Analysis/ScalarEvolution/urem-0.ll