[PATCH] D62379: [DebugInfo] Stop undef fragments from closing non-overlapping fragments

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 08:45:53 PDT 2019


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

That looks reasonable, thanks!



================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1178
+                     Instr->getOperand(0).isReg() &&
+                     !Instr->getOperand(0).getReg();
+
----------------
This could also become `MachineInstr::isUndefDbgValue()`.


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

https://reviews.llvm.org/D62379





More information about the llvm-commits mailing list