aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-05 09:56:20 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-05 09:56:20 +0000
commit8f37342b3876e2017f52bbcb439d4eddd7803759 (patch)
tree794236b176f4e9bd55cf146897049c8712d78ed3 /llvm/lib/Transforms/Utils/SimplifyCFG.cpp
parent5394e11a557b714a8be1a6e38bb5bbd4832024a5 (diff)
downloadllvm-8f37342b3876e2017f52bbcb439d4eddd7803759.zip
llvm-8f37342b3876e2017f52bbcb439d4eddd7803759.tar.gz
llvm-8f37342b3876e2017f52bbcb439d4eddd7803759.tar.bz2
Replicate the APIs of ScalarTargetTransformInfo and
VectorTargetTransformInfo into the TargetTransformInfo pass, implementing them be delegating back out to the two subobjects. This is the first step to folding the interfaces together and making TargetTransformInfo a normal analysis pass (specifically an analysis group which targets can provide target-specific analysis pass implementations of). No callers are migrated here, this just stubs out the interface. Next step will be to migrate all the callers to directly operate on TTI instead of STTI or VTTI respectively. That will allow replacing the machinery for delivering TTI without changing every caller at once. WIP, I promise all the duplicated interfaces will be removed in the end, this just decouples the steps of the process. llvm-svn: 171615
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions