aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/int-fp-conv-0.ll
Commit message (Collapse)AuthorAgeFilesLines
* Check that running the DAG combiner between typeDuncan Sands2008-11-261-0/+1
| | | | | | | and operation legalization does something useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60108 91177308-0d34-0410-b5e6-96231b3b80d8
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-111-0/+17
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48206 91177308-0d34-0410-b5e6-96231b3b80d8