This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr
ClosedPublic

Authored by arsenm on Jan 28 2016, 10:28 PM.

Details

Reviewers
tstellarAMD
Summary

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.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 46353.Jan 28 2016, 10:28 PM
arsenm retitled this revision from to AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jan 29 2016, 7:56 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 29 2016, 7:56 AM
arsenm closed this revision.Jan 29 2016, 9:15 PM

r259296