summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Rename intrinsics to use amdgcn prefixMatt Arsenault2016-01-221-499/+0
| | | | | | | | | | | The intrinsic target prefix should match the target name as it appears in the triple. This is not yet complete, but gets most of the important ones. llvm.AMDGPU.* intrinsics used by mesa and libclc are still handled for compatability for now. llvm-svn: 258557
* AMDGPU: Improve accuracy of instruction rates for VOPCMatt Arsenault2015-09-251-2/+4
| | | | | | | | | | | These were all using the default 32-bit VALU write class, but the i64/f64 compares are half rate. I'm not sure this is really correct, because they are still using the write to VALU write class, even though they really write to the SALU. llvm-svn: 248582
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+497
llvm-svn: 239657
OpenPOWER on IntegriCloud