MLIR  17.0.0git
Namespaces | Enumerations
mlir::bytecode Namespace Reference

Namespaces

 detail
 
 OpEncodingMask
 This enum represents a mask of all of the potential components of an operation.
 
 Section
 

Enumerations

enum  { kMinSupportedVersion = 0 , kVersion = 1 , kAlignmentByte = 0xCB }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kMinSupportedVersion 

The minimum supported version of the bytecode.

kVersion 

The current bytecode version.

kAlignmentByte 

An arbitrary value used to fill alignment padding.

Definition at line 25 of file Encoding.h.