[PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 05:03:51 PST 2016
sbaranga marked 16 inline comments as done.
================
Comment at: include/llvm/Analysis/ScalarEvolution.h:288
@@ +287,3 @@
+ ///
+ /// The IncrementNSW flag has identical semantics with SCEV::FlagNSW.
+ enum IncrementWrapFlags {
----------------
There's no reason why we couldn't do that (apart from consistency with SCEV::NoWrapFlags). I have no preference for this.
http://reviews.llvm.org/D15412
More information about the llvm-commits
mailing list