summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a new pass FunctionTargetTransformInfo. This pass serves as aEric Christopher2014-09-181-0/+50
shim between the TargetTransformInfo immutable pass and the Subtarget via the TargetMachine and Function. Migrate a single call from BasicTargetTransformInfo as an example and provide shims where TargetMachine begins taking a Function to determine the subtarget. No functional change. llvm-svn: 218004
OpenPOWER on IntegriCloud