mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-22 03:58:15 +00:00
AMDGPU: Add GCCBuiltin for ds_permute ds_bpermute
Differential Revision: https://reviews.llvm.org/D30580 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f15775bffb
commit
bae9bd4df6
@ -666,10 +666,12 @@ def int_amdgcn_s_memrealtime :
|
||||
|
||||
// llvm.amdgcn.ds.permute <index> <src>
|
||||
def int_amdgcn_ds_permute :
|
||||
GCCBuiltin<"__builtin_amdgcn_ds_permute">,
|
||||
Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [IntrNoMem, IntrConvergent]>;
|
||||
|
||||
// llvm.amdgcn.ds.bpermute <index> <src>
|
||||
def int_amdgcn_ds_bpermute :
|
||||
GCCBuiltin<"__builtin_amdgcn_ds_bpermute">,
|
||||
Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [IntrNoMem, IntrConvergent]>;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user