This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 710aab8e4fe [Support] [NFC] change comment about retries in createUniqueEntity new 5c1bd30b863 [SCEV] Properly solve quadratic equations
The 1 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/ADT/APInt.h | 36 ++ lib/Analysis/ScalarEvolution.cpp | 364 +++++++++++++++------ lib/Support/APInt.cpp | 191 +++++++++++ .../Analysis/ScalarEvolution/solve-quadratic-i1.ll | 100 ++++++ .../ScalarEvolution/solve-quadratic-overflow.ll | 51 +++ test/Analysis/ScalarEvolution/solve-quadratic.ll | 364 +++++++++++++++++++++ unittests/ADT/APIntTest.cpp | 86 +++++ 7 files changed, 1086 insertions(+), 106 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/solve-quadratic-i1.ll create mode 100644 test/Analysis/ScalarEvolution/solve-quadratic-overflow.ll create mode 100644 test/Analysis/ScalarEvolution/solve-quadratic.ll