[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 Jan 18 07:47:12 PST 2016
sbaranga updated this revision to Diff 45188.
sbaranga added a comment.
Rebased and addressed the comments from the last review.
Renamed the new NUW/NSW flags to NUSW and NSSW (No Unsigned/Signed With
Signed increment Wrap) and update the documentation for these flags
according to the last review round.
http://reviews.llvm.org/D15412
Files:
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/same-base-access.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15412.45188.patch
Type: text/x-patch
Size: 28536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160118/30d548cf/attachment.bin>
More information about the llvm-commits
mailing list