[PATCH] Loop Versioning for LICM
Ashutosh Nema
ashutosh.nema at amd.com
Fri Jun 5 02:33:16 PDT 2015
Incorporated review comments from Adam.
This revision includes following changes:
1. Pass name changed from loop-versioning to loop-versioning-licm
2. Loop versioning pass will only create a version of loop based of licm profitability. later LICM pass will run and it will hoist invariants.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9151
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/LoopVersioningLICM.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/LoopVersioning/loopversioning1.ll
test/Transforms/LoopVersioning/loopversioning2.ll
test/Transforms/LoopVersioning/loopversioning3.ll
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9151.27186.patch
Type: text/x-patch
Size: 48516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150605/bc3167af/attachment.bin>
More information about the llvm-commits
mailing list