[PATCH] D97673: [RFC] [[Coroutine] [Debug] Salvage dbg.values

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 19:05:34 PDT 2021


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:1307
+  // instructions. To remain debugbility, we replace the uses of allocas for
+  // gdb.declares and gdb.values with the reload from the frame.
   // Note: We cannot replace the alloca with GEP instructions indiscriminately,
----------------
gdb -> dbg (2x)


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

https://reviews.llvm.org/D97673



More information about the llvm-commits mailing list