Expand description
Generate sources with type info.
This generates a types.rs
file which is included in
cranelift-codegen/ir/types.rs
. The file provides constant definitions for the
most commonly used types, including all of the scalar types.
This ensures that the metaprogram and the generated program see the same type numbering.
Functionsยง
- emit_
dynamic_ ๐vectors Emit definition for all dynamic vector types withbits
total size. - emit_
type ๐Emit a constant definition of a single value type. - emit_
types ๐Emit types using the given formatter object. - emit_
vectors ๐Emit definition for all vector types withbits
total size. - generate ๐Generate the types file.