This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Restore AMDGPU prefixed rsq intrinsic for now
ClosedPublic

Authored by arsenm on Jan 25 2016, 1:23 PM.

Details

Reviewers
tstellarAMD
Summary

Also move into backend intrinsics to discourage use of the old name.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 45907.Jan 25 2016, 1:23 PM
arsenm retitled this revision from to AMDGPU: Restore AMDGPU prefixed rsq intrinsic for now.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 45939.Jan 25 2016, 6:29 PM

Fix clang build

tstellarAMD accepted this revision.Jan 25 2016, 7:19 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 25 2016, 7:19 PM
arsenm closed this revision.Jan 25 2016, 8:18 PM

r258783

Thanks Matt, but it occurred to me in the meantime that we could just update Mesa master for the new intrinsic name instead. Any takers?

Thanks Matt, but it occurred to me in the meantime that we could just update Mesa master for the new intrinsic name instead. Any takers?

Yes, I would like to remove all the uses of intrinsics with the AMDGPU prefix. The prefix is supposed to match the target name, amdgcn.