This revision was automatically updated to reflect the committed changes.
Closed by commit rGa57d9652a0dc: Make __builtin_amdgcn_dispatch_ptr
dereferenceable and align at 4 (authored by yaxunl).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
http
yaxunl marked an inline comment as done.
yaxunl added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:144
def int_amdgcn_dispatch_ptr :
- GCCBuiltin<"__builtin_amdgcn_dispatch_ptr">,
Intrinsic<[LLVMQualPointerType], [],
arsenm wrote:
>
arsenm added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:144
def int_amdgcn_dispatch_ptr :
- GCCBuiltin<"__builtin_amdgcn_dispatch_ptr">,
Intrinsic<[LLVMQualPointerType], [],
I don't think you actually need to delete this. It should
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75028/new/
https://reviews.llvm.org/D75028
___
cfe-commits mailing list
cfe-commits@l
yaxunl created this revision.
yaxunl added reviewers: arsenm, cfang, b-sumner.
Herald added subscribers: llvm-commits, kerbowa, nhaehnle, wdng, jvesely.
Herald added a project: LLVM.
https://reviews.llvm.org/D75028
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGenCUDA/builtins-amdgcn.