[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
Wed Dec 9 07:06:10 PST 2015
sbaranga updated this revision to Diff 42297.
sbaranga added a comment.
Replace insert with [] when adding to the map. This will initally add
an invalid entry to the map (with nullptr for the expression), which
we will later update to something valid.
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.42297.patch
Type: text/x-patch
Size: 42750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151209/c3f9255a/attachment-0001.bin>
More information about the llvm-commits
mailing list