[PATCH] D56151: [DebugInfo] PR40010: Avoid register coalesing altering DBG_VALUE valuations

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 08:52:25 PST 2019


aprantl added inline comments.


================
Comment at: lib/CodeGen/RegisterCoalescer.cpp:1629
+bool RegisterCoalescer::mergingChangesDbgValue(MachineInstr *DbgV,
+                                              unsigned SrcReg,
+                                              unsigned DstReg) const {
----------------
clang-format?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56151/new/

https://reviews.llvm.org/D56151





More information about the llvm-commits mailing list