[PATCH] D97673: [RFC] [[Coroutine] [Debug] Salvage dbg.value at O2

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 20:56:22 PDT 2021


ChuanqiXu added inline comments.


================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:51
 
+static cl::opt<bool> EnhanceDebugability(
+    "enhance-debug-with-coroutine", cl::Hidden,
----------------
lxfind wrote:
> Do we still need this if we can materialize them?
Yeah, I think so. If there is anything we are missing, we should improve on the materialization part.


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

https://reviews.llvm.org/D97673



More information about the llvm-commits mailing list