This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Add llvm.amdgcn.workgroup.count.* intrinsics
Needs ReviewPublic

Authored by tstellarAMD on Jul 25 2016, 3:11 PM.
This revision needs review, but all reviewers have resigned.

Details

Reviewers
arsenm

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Add llvm.amdgcn.workgroup.count.* intrinsics.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm added inline comments.Jul 25 2016, 5:20 PM
include/llvm/IR/IntrinsicsAMDGPU.td
76–77

The full name in the HSA ABI is "grid work group count", so this name should probably be int_amdgcn_grid_workgroup_count

arsenm resigned from this revision.Feb 21 2019, 6:56 PM