summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/quadint-return.ll
Commit message (Collapse)AuthorAge
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172747 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove bad test caseBill Schmidt2013-01-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172746 91177308-0d34-0410-b5e6-96231b3b80d8
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
calling convention. 128-bit integers are now properly returned in GPR3 and GPR4 on PowerPC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172745 91177308-0d34-0410-b5e6-96231b3b80d8