summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/vec4-expand.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-191-53/+0
| | | | llvm-svn: 179828
* R600: Emit function name in the AsmPrinterTom Stellard2013-02-051-0/+4
| | | | | | | | Emitting the function name allows us to check for it in the FileCheck tests so we can make sure FileCheck is checking the output of the correct function. llvm-svn: 174392
* DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard2013-01-021-3/+0
| | | | | | | | | | | | | | DAGCombiner::reduceBuildVecConvertToConvertBuildVec() was making two mistakes: 1. It was checking the legality of scalar INT_TO_FP nodes and then generating vector nodes. 2. It was passing the result value type to TargetLoweringInfo::getOperationAction() when it should have been passing the value type of the first operand. llvm-svn: 171420
* R600: Expand vec4 INT <-> FP conversionsTom Stellard2012-12-211-0/+52
llvm-svn: 170901
OpenPOWER on IntegriCloud