summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove legacy rsq.clamped intrinsicMatt Arsenault2016-07-151-33/+0
| | | | | | | | Mesa still has a use of llvm.AMDGPU.rsq.f64 remaining. Also fix mismatch with non-IEEE rsq selecting to IEEE rsq. llvm-svn: 275617
* AMDGPU: Restore AMDGPU prefixed rsq intrinsic for nowMatt Arsenault2016-01-261-0/+33
| | | | | | Also move into backend intrinsics to discourage use of the old name. llvm-svn: 258783
* AMDGPU: Rename intrinsics to use amdgcn prefixMatt Arsenault2016-01-221-33/+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
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+33
llvm-svn: 239657
OpenPOWER on IntegriCloud