[PATCH] D15757: Extract helper function to merge MemoryOperand lists [NFC]

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 20:18:54 PST 2015


flyingforyou added inline comments.

================
Comment at: lib/CodeGen/MachineInstr.cpp:884
@@ +883,3 @@
+                     MemEnd);
+  return std::make_pair(MemBegin, MemEnd-MemBegin);
+}
----------------
We might update `NumMemRefs` in this function. Right?


http://reviews.llvm.org/D15757





More information about the llvm-commits mailing list