summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/32-bit-local-address-space.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Use unsigned compare for eq/neMatt Arsenault2016-09-301-2/+2
| | | | | | | | | | For some reason there are both of these available, except for scalar 64-bit compares which only has u64. I'm not sure why there are both (I'm guessing it's for the one bit inputs we don't use), but for consistency always using the unsigned one. llvm-svn: 282832
* AMDGPU: Emit error if too much LDS is usedMatt Arsenault2016-04-281-3/+3
| | | | llvm-svn: 267922
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+139
llvm-svn: 239657
OpenPOWER on IntegriCloud