summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/r600.extract-lowbits.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Stop trying to extend arguments for cloverMatt Arsenault2018-07-281-57/+312
| | | | | | | This was trying to replace i8/i16 arguments with i32, which was broken and no longer necessary. llvm-svn: 338193
* AMDGPU/R600: Add MOV instructions to BFE patternsJan Vesely2018-07-271-0/+175
R600 can't handle immediates for BFE, these will be eliminated later. Fixes powr/pow regressions n r600 since r334817 Differential Revision: https://reviews.llvm.org/D49641 llvm-svn: 338127
OpenPOWER on IntegriCloud