[PATCH] D14296: [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 06:12:35 PST 2015
sbaranga updated this revision to Diff 40041.
sbaranga added a comment.
Rebased on ToT.
Performed some renaming:
SCEVPredicatedLayer -> PredicatedScalarEvolution
PredSE -> PSE
Updated comments to reflect this.
http://reviews.llvm.org/D14296
Files:
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Transforms/Utils/LoopUtils.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Scalar/LoopDistribute.cpp
lib/Transforms/Scalar/LoopLoadElimination.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Utils/LoopVersioning.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14296.40041.patch
Type: text/x-patch
Size: 40527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151112/69248b65/attachment.bin>
More information about the llvm-commits
mailing list