[PATCH] D97673: [RFC] [[Coroutine] [Debug] Salvage dbg.value at O2
Xun Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 08:43:53 PDT 2021
lxfind added inline comments.
================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:51
+static cl::opt<bool> EnhanceDebugability(
+ "enhance-debug-with-coroutine", cl::Hidden,
----------------
Do we still need this if we can materialize them?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97673/new/
https://reviews.llvm.org/D97673
More information about the llvm-commits
mailing list