| commit | d85ffb1fc01281f0a3a3928a7207ddda991500c2 | [log] [tgz] |
|---|---|---|
| author | Eric Christopher <echristo@gmail.com> | Thu Sep 18 00:34:14 2014 +0000 |
| committer | Eric Christopher <echristo@gmail.com> | Thu Sep 18 00:34:14 2014 +0000 |
| tree | 724681bb44c4de046085bf677c1480db0700ba53 | |
| parent | 3ab9ada59c45ef2b75b9bfb4f1c859f54055a3d0 [diff] |
Add a new pass FunctionTargetTransformInfo. This pass serves as a 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