[PATCH] D31238: [ScalarEvolution] Re-enable Predicate implication from operations

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 03:34:41 PDT 2017


mkazantsev updated this revision to Diff 92915.
mkazantsev added a comment.

Lossened checks on addition (since we now only require size match) and reduced the depth to avoid hurting compile time too much.


https://reviews.llvm.org/D31238

Files:
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/ScalarEvolution/implied-via-addition.ll
  test/Analysis/ScalarEvolution/implied-via-division.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31238.92915.patch
Type: text/x-patch
Size: 24414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170324/c5f02037/attachment.bin>


More information about the llvm-commits mailing list