forked from OSchip/llvm-project
AMDGPU: Fix copy/paste error in intrnsic comment
llvm-svn: 357581
This commit is contained in:
parent
00dae6b22d
commit
fb0e8082d4
|
@ -854,7 +854,7 @@ def int_amdgcn_buffer_load : AMDGPUBufferLoad;
|
|||
def int_amdgcn_s_buffer_load : Intrinsic <
|
||||
[llvm_any_ty],
|
||||
[llvm_v4i32_ty, // rsrc(SGPR)
|
||||
llvm_i32_ty, // byte offset(SGPR/VGPR/imm)
|
||||
llvm_i32_ty, // byte offset(SGPR/imm)
|
||||
llvm_i32_ty], // cachepolicy(imm; bit 0 = glc)
|
||||
[IntrNoMem, ImmArg<2>]>,
|
||||
AMDGPURsrcIntrinsic<0>;
|
||||
|
|
Loading…
Reference in New Issue