llvm-6502/include/llvm/Transforms
Richard Sandiford a8a7099c18 Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
...so that it can be used for z too.  Most of the code is the same.
The only real change is to use TargetTransformInfo to test when a sqrt
instruction is available.

The pass is opt-in because at the moment it only handles sqrt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189097 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-23 10:27:02 +00:00
..
IPO
Utils Fix assert with GEP ptr vector indexing structs 2013-08-19 21:43:16 +00:00
Instrumentation.h DataFlowSanitizer: greylist is now ABI list. 2013-08-14 18:54:12 +00:00
IPO.h
ObjCARC.h
Scalar.h Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
Vectorize.h