[PATCH] D52921: [LiveDebugValues] Extend var ranges through artificial blocks
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 5 09:05:13 PDT 2018
aprantl added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:772
+ if (DL.getLine())
+ IsCompilerGenerated = false;
+
----------------
For readability I think I would prefer this to be in a separate `collect/initCompilerGeneratedBlocks` helper function.
https://reviews.llvm.org/D52921
More information about the llvm-commits
mailing list