summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/fp64_to_sint.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600/SI: Custom lower f64 -> i64 conversionsMatt Arsenault2014-10-031-29/+0
| | | | llvm-svn: 219038
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵Tom Stellard2014-10-011-3/+3
| | | | | | table llvm-svn: 218776
* R600: Fix some missing conversion testcasesMatt Arsenault2014-09-251-4/+24
| | | | llvm-svn: 218474
* R600/SI: Use -verify-machineinstrs for most testsTom Stellard2013-10-101-1/+1
| | | | | | | | | | We can't enable the verifier for tests with SI_IF and SI_ELSE, because these instructions are always followed by a COPY which copies their result to the next basic block. This violates the machine verifier's rule that non-terminators can not folow terminators. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192366
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-081-0/+9
llvm-svn: 187987
OpenPOWER on IntegriCloud