[PATCH] D78106: [CSInfo][NFC] Interpret loaded parameter value separately
Nikola Tesic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 03:11:31 PDT 2020
ntesic marked 3 inline comments as done.
ntesic added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:796
- getForwardingRegsDefinedByMI(*I, FwdRegDefs);
- if (FwdRegDefs.empty())
- continue;
+ // Skip bundle headers and NOP description.
+ interpretValue(CurMI, ForwardedRegWorklist, Params);
----------------
dstenb wrote:
> Sorry, but I don't understand what it means to skip "NOP description" in this context.
The bad comment was here by mistake. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78106/new/
https://reviews.llvm.org/D78106
More information about the llvm-commits
mailing list