[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
Mon Feb 8 02:06:23 PST 2016


sbaranga marked an inline comment as done.

================
Comment at: test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll:2
@@ +1,3 @@
+; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s -check-prefix=LAA
+; RUN: opt -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -S < %s | FileCheck %s -check-prefix=LV
+
----------------
anemet wrote:
> Are you planning to change these to use the new loop-versioning pass in a follow-on patch?
Sure, I'll do that in a follow-up change.


http://reviews.llvm.org/D15412





More information about the llvm-commits mailing list