[PATCH] D84802: Add control over debug lines dropping

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 10:46:25 PDT 2020


probinson added a comment.

No test?

I'm curious what motivated this.  I'm sure there are more places that do this kind of thing.



================
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."));
----------------
s/lines/line/


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