summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/int-fp-conv-0.ll
Commit message (Collapse)AuthorAge
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't grep the -debug output. This isn't the way to test changes.Bill Wendling2009-06-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74211 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix this test so that it doesn't spuriously fail due to someDan Gohman2009-03-27
| | | | | | | unrelated debugging output happening to contain the string "store". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67849 91177308-0d34-0410-b5e6-96231b3b80d8
* Check that running the DAG combiner between typeDuncan Sands2008-11-26
| | | | | | | 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-11
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