[PATCH] D30887: [ScalarEvolution] Predicate implication from operations

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 22:51:00 PDT 2017


mkazantsev updated this revision to Diff 92105.
mkazantsev marked 4 inline comments as done.
mkazantsev added a comment.

Addressed Sanjoy's comments. Made some generalization. Division rule now works for constant denumerator only to avoid recursive invocation of the analysis for the same loop.


https://reviews.llvm.org/D30887

Files:
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/ScalarEvolution/scev-division.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30887.92105.patch
Type: text/x-patch
Size: 20683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170317/d08299de/attachment.bin>


More information about the llvm-commits mailing list