[PATCH] D84802: Add control over debug lines dropping

Jacek Galazka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 13:29:58 PDT 2020


jacek-galazka added a comment.

These changes are based on D60913 <https://reviews.llvm.org/D60913>. I can search if there are more DL drops on Monday.
Do you think duplicating and adjusting a test like DebugInfo/Generic/licm-hoist-debug-loc.ll is sufficient?



================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:138
+cl::opt<bool> AllowJumpyDebugTables(
+    "allow-jumpy-debug-lines-tables", cl::Hidden, cl::init(false),
+    cl::desc("Retain debug locations of instructions moved by eg. LICM."));
----------------
probinson wrote:
> s/lines/line/
What do you mean by that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84802



More information about the llvm-commits mailing list