Skip to content

Commit 88e200a

Browse files
arsenmjayfoad
andauthored
Update llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Co-authored-by: Jay Foad <[email protected]>
1 parent 959e9e0 commit 88e200a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ def int_amdgcn_set_inactive_chain_arg :
25292529
// Return if the given flat pointer points to a local memory address.
25302530
def int_amdgcn_is_shared : ClangBuiltin<"__builtin_amdgcn_is_shared">,
25312531
DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_ptr_ty],
2532-
[IntrNoMem, IntrSpeculatable] // FIXME: This should be capture(caddress)
2532+
[IntrNoMem, IntrSpeculatable] // FIXME: This should be captures(ret: address)
25332533
>;
25342534

25352535
// Return if the given flat pointer points to a prvate memory address.

0 commit comments

Comments
 (0)