This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff45a18 [AMDGPU] SDWA Peephole: improve search for immediates in SDWA [...] new 55cd27a Do not pollute the namespace in a header file. new 85ae85b [ScalarEvolution] Re-enable Predicate implication from operations
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 | 17 ++ lib/Analysis/ScalarEvolution.cpp | 187 +++++++++++- lib/Support/Windows/DynamicLibrary.inc | 14 +- .../ScalarEvolution/implied-via-addition.ll | 50 ++++ .../ScalarEvolution/implied-via-division.ll | 331 +++++++++++++++++++++ 5 files changed, 576 insertions(+), 23 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/implied-via-addition.ll create mode 100644 test/Analysis/ScalarEvolution/implied-via-division.ll