| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | AMDGPU: Fix inconsistent lowering of select of vectors | Matt Arsenault | 2016-05-25 | 1 | -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 instructions | Tom Stellard | 2015-07-14 | 1 | -58/+58 |
| | | | | | | | | | | | Reviewers: arsenm Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11061 llvm-svn: 242146 | ||||
| * | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+156 |
| llvm-svn: 239657 | |||||

