[PATCH] D14240: Allow Loop Distribute and the loop versioning infrastructure to use SCEV predicates
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 07:58:23 PST 2015
sbaranga updated this revision to Diff 39533.
sbaranga added a comment.
Added versioning to LLE as well. The same outstanding issues remain as with Loop Distribute.
Now using move/copy constructors to pass both alias checks and SCEV predicates to Loop Versioning.
http://reviews.llvm.org/D14240
Files:
include/llvm/Transforms/Utils/LoopVersioning.h
lib/Transforms/Scalar/LoopDistribute.cpp
lib/Transforms/Scalar/LoopLoadElimination.cpp
lib/Transforms/Utils/LoopVersioning.cpp
test/Transforms/LoopDistribute/basic-with-memchecks.ll
test/Transforms/LoopLoadElim/forward.ll
test/Transforms/LoopLoadElim/memcheck.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14240.39533.patch
Type: text/x-patch
Size: 13290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151106/ef7e0daf/attachment.bin>
More information about the llvm-commits
mailing list