We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959e9e0 commit 88e200aCopy full SHA for 88e200a
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -2529,7 +2529,7 @@ def int_amdgcn_set_inactive_chain_arg :
2529
// Return if the given flat pointer points to a local memory address.
2530
def int_amdgcn_is_shared : ClangBuiltin<"__builtin_amdgcn_is_shared">,
2531
DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_ptr_ty],
2532
- [IntrNoMem, IntrSpeculatable] // FIXME: This should be capture(caddress)
+ [IntrNoMem, IntrSpeculatable] // FIXME: This should be captures(ret: address)
2533
>;
2534
2535
// Return if the given flat pointer points to a prvate memory address.
0 commit comments