summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/select-vectors.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix inconsistent lowering of select of vectorsMatt Arsenault2016-05-251-9/+72
| | | | | | | | | f32 vectors would use a sequence of BFI instructions instead of unrolled cmp + select. This was better in the case of a VALU select with SGPR inputs, but we don't have a way of dealing with that in the DAG. llvm-svn: 270731
* AMDGPU/SI: Add support for shrinking v_cndmask_b32_e32 instructionsTom Stellard2015-07-141-58/+58
| | | | | | | | | | Reviewers: arsenm Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11061 llvm-svn: 242146
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+156
llvm-svn: 239657
OpenPOWER on IntegriCloud