[PATCH] D29034: [Guards] Introduce loop-predication pass
Artur Pilipenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 08:12:00 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL293064: [Guards] Introduce loop-predication pass (authored by apilipenko).
Changed prior to commit:
https://reviews.llvm.org/D29034?vs=85604&id=85758#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29034
Files:
llvm/trunk/include/llvm/InitializePasses.h
llvm/trunk/include/llvm/LinkAllPasses.h
llvm/trunk/include/llvm/Transforms/Scalar.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopPredication.h
llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/lib/Passes/PassRegistry.def
llvm/trunk/lib/Transforms/Scalar/CMakeLists.txt
llvm/trunk/lib/Transforms/Scalar/LoopPredication.cpp
llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
llvm/trunk/test/Transforms/LoopPredication/basic.ll
llvm/trunk/test/Transforms/LoopPredication/nested.ll
llvm/trunk/test/Transforms/LoopPredication/visited.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29034.85758.patch
Type: text/x-patch
Size: 48055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170125/5e678360/attachment.bin>
More information about the llvm-commits
mailing list