[PATCH] D69955: [DebugInfo] Add helper for finding entry value candidates [NFC]
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 04:40:00 PST 2019
dstenb marked an inline comment as done.
dstenb added a comment.
In D69955#1737420 <https://reviews.llvm.org/D69955#1737420>, @probinson wrote:
> Please remember to provide full-context diffs.
Yes, sorry about that!
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:95
+/// we do not support it at the moment.
+static bool isRegOtherThanSPAndFP(const MachineOperand &Op,
+ const MachineInstr &MI,
----------------
Taken from D68209.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69955/new/
https://reviews.llvm.org/D69955
More information about the llvm-commits
mailing list