OSDN Git Service

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)
commit664b5164b70de01c1957caf7f277ee18463a5e4a
tree010e14945dda915e0489d7ddef9e4eeb7a82a4a1
parent64fcc59af75e2e3c13bbc00d6967e7508fb7abdf
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]