enum MachineInstr::CommentFlag
Description
Flags to specify different kinds of comments to output in assembly code. These flags carry semantic information not otherwise easily derivable from the IR text.
Declared at: llvm/include/llvm/CodeGen/MachineInstr.h:73
Enumerators
Name | Value | Comment |
---|---|---|
ReloadReuse | 1 | |
NoSchedComment | 2 | |
TAsmComments | 4 |