enum MachineInstr::ExtraInfoInlineKinds

Description

Enumeration of the kinds of inline extra info available. It is important that the `MachineMemOperand` inline kind has a tag value of zero to make it accessible as an `ArrayRef`.

Declared at: llvm/include/llvm/CodeGen/MachineInstr.h:235

Enumerators

NameValueComment
EIIK_MMO0
EIIK_PreInstrSymbol1
EIIK_PostInstrSymbol2
EIIK_OutOfLine3