[PATCH] D34205: Add type Float16TyID and helper function isFloat16Ty

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 07:00:04 PDT 2017


SjoerdMeijer created this revision.
Herald added a reviewer: deadalnix.

This adds type Float16TyID and helper function isFloat16Ty, which is needed for the Clang implementation of the _Float16 C11 extension type in https://reviews.llvm.org/D33719.


https://reviews.llvm.org/D34205

Files:
  include/llvm-c/Core.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Type.h
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Core.cpp
  lib/IR/LLVMContextImpl.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34205.102541.patch
Type: text/x-patch
Size: 7287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/1eaeb536/attachment.bin>


More information about the llvm-commits mailing list