Skip to content

Commit fdf2dee

Browse files
authored
Update llvm/include/llvm/IR/IntrinsicsAMDGPU.td
1 parent 88e200a commit fdf2dee

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
@@ -2535,7 +2535,7 @@ def int_amdgcn_is_shared : ClangBuiltin<"__builtin_amdgcn_is_shared">,
25352535
// Return if the given flat pointer points to a prvate memory address.
25362536
def int_amdgcn_is_private : ClangBuiltin<"__builtin_amdgcn_is_private">,
25372537
DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_ptr_ty],
2538-
[IntrNoMem, IntrSpeculatable] // FIXME: This should be capture(caddress)
2538+
[IntrNoMem, IntrSpeculatable] // FIXME: This should be captures(ret: address)
25392539
>;
25402540

25412541
// A uniform tail call to a function with the `amdgpu_cs_chain` or

0 commit comments

Comments
 (0)