llvm::MachineInstr::mergeFlagsWith

Return the MIFlags that represent both this instruction and Other.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

uint32_t
mergeFlagsWith(MachineInstr const& Other) const;

Description

Use when merging two MachineInstrs into one. Does not modify this instruction's flags.

Return Value

Combined MIFlags bitvector.

Parameters

NameDescription
OtherOther instruction whose flags are merged with this one.