Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Some of the fields in amd_queue_t are volatile, so I'm not entirely sure if constant is the right address space for this
Paths
| Differential D19457
AMDGPU: Add queue ptr intrinsic ClosedPublic Authored by arsenm on Apr 23 2016, 12:32 AM.
Details
Diff Detail Event Timelinearsenm updated this object. Comment Actions Some of the fields in amd_queue_t are volatile, so I'm not entirely sure if constant is the right address space for this This revision is now accepted and ready to land.Apr 25 2016, 6:57 AM
Revision Contents
Diff 54774 include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.cpp
test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll
|