[PATCH] D68209: [LiveDebugValues] Introduce entry values of unmodified params
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 09:04:45 PST 2019
aprantl added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:92
+// If @Op is a stack or frame register return true, otherwise return false. This
+// is used to avoid basing the debug entry values on the registers, since we do
----------------
nit: `/// If \p Op is a ...`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68209/new/
https://reviews.llvm.org/D68209
More information about the llvm-commits
mailing list