[PATCH] D13595: [SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 06:16:01 PDT 2015
sbaranga updated this revision to Diff 38651.
sbaranga added a comment.
Resolve the layering issue raised by Hal.
- the SCEVExpander now has an expandCodeForPredicate method which we use to generate the checks.
- removed the generateGuardCond/generateCheck methods.
http://reviews.llvm.org/D13595
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13595.38651.patch
Type: text/x-patch
Size: 44404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151028/4945c0f2/attachment.bin>
More information about the llvm-commits
mailing list