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.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

enum CommentFlag : AsmPrinterFlagTy;

Members

Name

Description

ReloadReuse

Operand was rematerialized / reused after a reload (AsmPrinter comment).

NoSchedComment

Suppress scheduler‐related AsmPrinter comments.

TAsmComments

Base value for target‐specific AsmPrinter comment flags.

Created with MrDocs