]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[PM] Pull the analyses used for another utility routine into its API
authorChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jan 2015 09:21:15 +0000 (09:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jan 2015 09:21:15 +0000 (09:21 +0000)
commit5817eaff8fdc6d2e516278184f14142f9ca9f8fa
tree362da6df0d7532d3a6b8b9b1050bb11f2968b736
parent7478e275730f5b9fc0651b5600761c8e707e1897
[PM] Pull the analyses used for another utility routine into its API
rather than relying on the pass object.

This one is a bit annoying, but will pay off. First, supporting this one
will make the next one much easier, and for utilities like LoopSimplify,
this is moving them (slowly) closer to not having to pass the pass
object around throughout their APIs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226396 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp