OSDN Git Service

[unroll] Extract the code to enqueue operansd for the worklist in the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 03:49:41 +0000 (03:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 03:49:41 +0000 (03:49 +0000)
commit29e00cf519d5861ac0aefa1c5f48ae10cf637dc5
treeea512641f3f05c00b72e85795d8cbc705c975c78
parent76908cba94b4e6c3d8cdd8322facfa1c283439da
[unroll] Extract the code to enqueue operansd for the worklist in the
unroll analysis into a lambda and call it. That's much simpler than
duplicating all the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnrollPass.cpp