From 715c90ba524e736190a6380695ab337eeb5148be Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 20 Aug 2004 06:00:58 +0000 Subject: Packed types, brought to you by Brad Jones git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15938 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs') diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 51b56463bc..3345023112 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -888,6 +888,27 @@ missing otherwise. +

Packed Types

+ + + + + + + + + + + + + + + + + + + +
TypeDescription
uint24_vbrType ID for Packed Types (18)
uint24_vbrSlot number of packed vector's element type.
uint32_vbrThe number of elements in the packed vector.
Module Global Info -- cgit v1.2.3