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

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 17:17:01 PDT 2021


lxfind added a comment.

Curious, is `%0 = bitcast %a to ...` the majority of the cases we are missing? If so, could we turn all the dbg.value instructions to use their original pointer by stripping pointer cast?


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

https://reviews.llvm.org/D97673



More information about the llvm-commits mailing list