[PATCH] D12905: [SCEV][LV] Introduce SCEV Predicates and use them to re-implement stride versioning
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 28 09:39:03 PDT 2015
sbaranga updated this revision to Diff 35882.
sbaranga added a comment.
This update addresses part of the review comments:
Removed the isAlwaysFalse interface from the predicates and
replaced it with a getComplexity() method. The users will now
use this method to determine if it is acceptable to create
a new predicate.
Moved the SCEV limit from ScalarEvolution to the users
(LoopVectorize in this case).
Other small changes (removed the unique_ptr use, use range loops,
etc).
http://reviews.llvm.org/D12905
Files:
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12905.35882.patch
Type: text/x-patch
Size: 45092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150928/9910f903/attachment.bin>
More information about the llvm-commits
mailing list