summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/vselect.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Add macro fusion schedule DAG mutationMatt Arsenault2017-07-061-9/+16
| | | | | | Try to increase opportunities to shrink vcc uses. llvm-svn: 307313
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-4/+4
| | | | | | | | | | | | Currently the default C calling convention functions are treated the same as compute kernels. Make this explicit so the default calling convention can be changed to a non-kernel. Converted with perl -pi -e 's/define void/define amdgpu_kernel void/' on the relevant test directories (and undoing in one place that actually wanted a non-kernel). llvm-svn: 298444
* 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: Fix a few slightly broken testsMatt Arsenault2016-05-181-26/+26
| | | | | | | Fix minor bugs and uses of undef which break when pointer related optimization passes are run. llvm-svn: 269944
* AMDGPU: Run r600 tests lastMatt Arsenault2016-05-051-2/+2
| | | | llvm-svn: 268672
* AMDGPU/SI: Add support for shrinking v_cndmask_b32_e32 instructionsTom Stellard2015-07-141-16/+18
| | | | | | | | | | Reviewers: arsenm Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11061 llvm-svn: 242146
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+77
llvm-svn: 239657
OpenPOWER on IntegriCloud