This is an archive of the discontinued LLVM Phabricator instance.

Add type Float16TyID and helper function isFloat16Ty
AbandonedPublic

Authored by SjoerdMeijer on Jun 14 2017, 7:00 AM.

Details

Summary

This adds type Float16TyID and helper function isFloat16Ty, which is needed for the Clang implementation of the _Float16 C11 extension type in D33719.

Diff Detail