This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Remove decls for scalar vloada_half and vstorea_half* fns
ClosedPublic

Authored by stuart on Aug 26 2021, 5:45 AM.

Details

Summary

These functions are not part of the OpenCL C specification.

See https://github.com/KhronosGroup/OpenCL-Docs/issues/648 for a clarification regarding the vloada_half declarations.

Diff Detail

Event Timeline

stuart created this revision.Aug 26 2021, 5:45 AM
stuart requested review of this revision.Aug 26 2021, 5:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2021, 5:45 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
stuart edited the summary of this revision. (Show Details)Aug 26 2021, 6:14 AM
stuart retitled this revision from [OpenCL] Remove decls for scalar vloada_half and vstorea_half* fns to [OpenCL] Remove decls for scalar vloada_half* and vstorea_half* fns.
stuart retitled this revision from [OpenCL] Remove decls for scalar vloada_half* and vstorea_half* fns to [OpenCL] Remove decls for scalar vloada_half and vstorea_half* fns.
stuart edited the summary of this revision. (Show Details)
Anastasia accepted this revision.Sep 1 2021, 11:08 AM

LGTM! Thanks

This revision is now accepted and ready to land.Sep 1 2021, 11:08 AM