Displaying 1 result from an estimated 1 matches for "type_code_metadata".
2011 Jul 14
1
[LLVMdev] [PATCH] OpenCL half support
On Jul 13, 2011, at 4:26 AM, Anton Lokhmotov wrote:
> Hi Chris,
>
> We have updated the half patch for TOT. Could you review please?
Sorry for the delay, some thoughts:
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -110,10 +110,12 @@ namespace bitc {
TYPE_CODE_METADATA = 16, // METADATA
TYPE_CODE_X86_MMX = 17, // X86 MMX
+
+ TYPE_CODE_HALF = 18, // IEEE HALF (16-bit fp)
- TYPE_CODE_STRUCT_ANON = 18, // STRUCT_ANON: [ispacked, eltty x N]
- TYPE_CODE_STRUCT_NAME = 19, // STRUCT_NAME: [strchr x N]
- TYPE_CODE_STRUCT_NAMED = 20...