summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/int-fp-conv.ll
Commit message (Collapse)AuthorAgeFilesLines
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-111-17/+0
| | | | | | | | and it's the result that requires expansion. This code is a little confusing because the TargetLoweringInfo tables for [US]INT_TO_FP use the operand type (the integer type) rather than the result type. llvm-svn: 48206
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-101-0/+17
llvm-svn: 48189
OpenPOWER on IntegriCloud