Return the MIFlags that represent both this instruction and Other.
Declared in <llvm/CodeGen/MachineInstr.h>
uint32_t
mergeFlagsWith(MachineInstr const& Other) const;
Use when merging two MachineInstrs into one. Does not modify this instruction's flags.
Combined MIFlags bitvector.
| Name | Description |
|---|---|
| Other | Other instruction whose flags are merged with this one. |