[PATCH] D102917: [LiveDebugVariables] Stop trimming locations of non-inlined vars

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 28 03:37:45 PDT 2021


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

LGTM plus nit.



================
Comment at: llvm/lib/CodeGen/LiveDebugVariables.cpp:1139
+  // number of DBG_VALUEs to be generated.
+
+  if (!dl.getInlinedAt())
----------------
Nit -- un-necessary newline


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

https://reviews.llvm.org/D102917



More information about the llvm-commits mailing list