[PATCH] D75028: Make __builtin_amdgcn_dispatch_ptr dereferenceable and align at 4
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 14:02:11 PST 2020
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<llvm_i8_ty, 4>], [],
----------------
I don't think you actually need to delete this. It should be fine to leave it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75028/new/
https://reviews.llvm.org/D75028
More information about the llvm-commits
mailing list