llvm::MachineInstr::mergeFlagsWith

Return the MIFlags which represent both MachineInstrs. This should be used when merging two MachineInstrs into one. This routine does not modify the MIFlags of this MachineInstr.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

uint32_t
mergeFlagsWith(MachineInstr const& Other) const;

Parameters

NameDescription
OtherRepresentation of each machine instruction.