llvm::MachineInstr::copyFlagsFromInstruction

Build MIFlags bits corresponding to the IR flags on instruction I.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

static
uint32_t
copyFlagsFromInstruction(Instruction const& I);

Return Value

MIFlags bitvector derived from I.

Parameters

NameDescription
ILLVM IR instruction whose flags are translated.