================
@@ -200,6 +201,8 @@ void llvm::finalizeBundle(MachineBasicBlock &MBB,
MIB.setMIFlag(MachineInstr::FrameSetup);
if (MII->getFlag(MachineInstr::FrameDestroy))
MIB.setMIFlag(MachineInstr::FrameDestroy);
+
+ append_range(MMOs, MII->memoperands());
----------------
arsenm wrote:
It might be worth uniquing these, which cloneMergedMemRefs seems to do for you
https://github.com/llvm/llvm-project/pull/166210
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits