Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr | Matt Arsenault | 2016-01-30 | 1 | -7/+1 |
| | | | | | | | | Only the dispatch.ptr intrinsic is supposed to be used now to get the workgroup size, and the read.local.size intrinsics do not work correctly. llvm-svn: 259296 | ||||
* | AMDGPU: Add pass to detect used kernel features | Matt Arsenault | 2015-11-06 | 1 | -0/+193 |
Mark kernels that use certain features that require user SGPRs to support with kernel attributes. We need to know before instruction selection begins because it impacts the kernel calling convention lowering. For now this only detects the workitem intrinsics. llvm-svn: 252323 |