Skip to content

x86.SnapshotCodegenFormat enum

← Attribute reference

Primary codegen representation emitted for a target snapshot.

Cases

Keyword Value Description
unknown 0 No codegen format selected.
llvmir 1 LLVM IR emission target.
spirv 2 SPIR-V emission target.
vm 3 IREE VM bytecode target.
low_native 4 Native low dialect code emission target.
wasm 5 WebAssembly module emission target.

Used by

  • x86.target.codegen_format