[PATCH] D80929: [NFC][LiveDebugvalues] Document how LiveDebugValues operates

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 23:18:52 PDT 2020


djtodoro accepted this revision.
djtodoro added a comment.

Cool, thanks!



================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:64
+/// Intuitively, we start by assuming that every expression / variable location
+/// is at least True, and then propagate False from the entry block and any
+/// clobbers until there are no more changes to make. This gives us an accurate
----------------
Nit: To stay consistent `"True"/"False"`.


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

https://reviews.llvm.org/D80929





More information about the llvm-commits mailing list