[PATCH] D69889: [DebugInfo] Avoid creating entry values for clobbered registers

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 13:38:48 PST 2019


vsk added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:1304
   // values that are described by the frame or stack pointer.
   if (!isRegOtherThanSPAndFP(MI.getOperand(0), MI, TRI))
     return false;
----------------
vsk wrote:
> Does this intentionally allow non-register uses (like, `DBG_VALUE <constant>, ...`)?
I totally misread the condition, please ignore.


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

https://reviews.llvm.org/D69889





More information about the llvm-commits mailing list