[PATCH] D12948: [SCEV] Teach SCEV that A < B => (A+K) < (B+K) on no overflow.

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 17:59:59 PDT 2015


sanjoy updated this revision to Diff 35691.
sanjoy added a comment.

- Clarify comments a bit more and fix typos in comments.  Only comments changed in this update.


http://reviews.llvm.org/D12948

Files:
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/ScalarEvolution.cpp
  test/Transforms/IndVarSimplify/eliminate-comparison.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12948.35691.patch
Type: text/x-patch
Size: 10993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/f8333fd4/attachment-0001.bin>


More information about the llvm-commits mailing list