summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/add.ll
Commit message (Collapse)AuthorAgeFilesLines
* Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-241-1/+1
| | | | | | | | | | | This switches to the workaround that HSA defaults to for the mesa path. This should be applied to the 4.0 branch. Patch by Vedran Miletić <vedran@miletic.net> llvm-svn: 292982
* AMDGPU: Improve load/store of illegal types.Matt Arsenault2016-07-011-12/+9
| | | | | | | | | | There was a combine before to handle the simple copy case. Split this into handling loads and stores separately. We might want to change how this handles some of the vector extloads, since this can result in large code size increases. llvm-svn: 274394
* AMDGPU: Run r600 tests lastMatt Arsenault2016-05-051-3/+3
| | | | llvm-svn: 268672
* AMDGPU: Add sdst operand to VOP2b instructionsMatt Arsenault2015-08-291-7/+7
| | | | | | | | | | The VOP3 encoding of these allows any SGPR pair for the i1 output, but this was forced before to always use vcc. This doesn't yet try to use this, but does add the operand to the definitions so the main change is adding vcc to the output of the VOP2 encoding. llvm-svn: 246358
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+192
llvm-svn: 239657
OpenPOWER on IntegriCloud