Split the loop unroll mechanism logic out into a utility function.
authorDan Gohman <gohman@apple.com>
Wed, 14 May 2008 00:24:14 +0000 (00:24 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 May 2008 00:24:14 +0000 (00:24 +0000)
commit45b3197090afedf2d19eb0b73115207343cbb2ae
tree010e14945dda915e0489d7ddef9e4eeb7a82a4a1
parentc4f406e736d2cb5f313eef50abe1c0c935c4090e
Split the loop unroll mechanism logic out into a utility function.
Patch by Matthijs Kooijman!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51083 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Transforms/Scalar/LoopUnroll.cpp
lib/Transforms/Utils/UnrollLoop.cpp [new file with mode: 0644]