[PATCH] D28897: [PM] Simplify the new PM interface to the loop unroller and expose two factory functions for the two modes the loop unroller is actually used in in-tree: simplified full-unrolling and the entire thing including partial unrolling.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 18:25:10 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL293136: [PM] Simplify the new PM interface to the loop unroller and expose two (authored by chandlerc).
Changed prior to commit:
https://reviews.llvm.org/D28897?vs=85681&id=85852#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28897
Files:
llvm/trunk/include/llvm/Transforms/Scalar/LoopUnrollPass.h
llvm/trunk/lib/Passes/PassRegistry.def
llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-bad-cost.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-crashers.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-2.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-cmp.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-dce.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-geps.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-phi-prop.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics.ll
llvm/trunk/test/Transforms/LoopUnroll/full-unroll-keep-first-exit.ll
llvm/trunk/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28897.85852.patch
Type: text/x-patch
Size: 15028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/dc302360/attachment.bin>
More information about the llvm-commits
mailing list