This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add queue ptr intrinsic
ClosedPublic

Authored by arsenm on Apr 23 2016, 12:32 AM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 54774.Apr 23 2016, 12:32 AM
arsenm retitled this revision from to AMDGPU: Add queue ptr intrinsic.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.

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

tstellarAMD accepted this revision.Apr 25 2016, 6:57 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 25 2016, 6:57 AM
arsenm closed this revision.Apr 25 2016, 12:33 PM

r267451