Replace our memrefs with the merged memrefs of instructions in MIs.
Declared in <llvm/CodeGen/MachineInstr.h>
void
cloneMergedMemRefs(
MachineFunction& MF,
ArrayRef<MachineInstr const*> MIs);
Note that *this may be one of the incoming MIs!
Prefer this API whenever possible as it can avoid allocations in common cases.
| Name | Description |
|---|---|
| MF | Machine function used for memref allocation. |
| MIs | Instructions whose memrefs are merged. |