Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
144 | I don't think you actually need to delete this. It should be fine to leave it |
llvm/include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
144 | I tried. If I leave this, clang will use the standard handling of target builtin functions for builtin_amdgcn_dispatch_ptr and will not reach EmitAMDGPUBuiltinExpr to handle builtin_amdgcn_dispatch_ptr. |
I don't think you actually need to delete this. It should be fine to leave it