This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Rename builtins to use amdgcn prefix
ClosedPublic

Authored by arsenm on Jan 21 2016, 8:09 PM.

Details

Reviewers
tstellarAMD
Summary

Keep the one still used by libclc that works
around for now.

Emit the new amdgcn intrinsic name if not targeting r600,
in which case the old AMDGPU name is still used.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 45645.Jan 21 2016, 8:09 PM
arsenm retitled this revision from to AMDGPU: Rename builtins to use amdgcn prefix.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: cfe-commits.
tstellarAMD accepted this revision.Jan 22 2016, 7:37 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 22 2016, 7:37 AM
arsenm closed this revision.Jan 22 2016, 1:35 PM

r258560