This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add new amdgcn workitem intrinsics
ClosedPublic

Authored by arsenm on Jan 28 2016, 5:07 PM.

Details

Reviewers
tstellarAMD
Summary

These use the correct prefix and follow the HSA naming convention
rather than the config register option names.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 46326.Jan 28 2016, 5:07 PM
arsenm retitled this revision from to AMDGPU: Add new amdgcn workitem intrinsics.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 46352.Jan 28 2016, 10:27 PM

Stop running HSA tests in existing work-item-intrinsics tests. Some of these do not work correctly with HSA, and will be errors in a future commit.

tstellarAMD accepted this revision.Jan 29 2016, 7:55 AM
tstellarAMD edited edge metadata.

LGTM.

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

r259293