[PATCH] D96938: [RFC] [Coroutine] [Debug] Insert dbg.declare to entry.resume to print alloca in the coroutine frame under O2

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 14:02:30 PST 2021


aprantl added inline comments.


================
Comment at: llvm/test/Transforms/Coroutines/coro-debug-O2.ll:12
+
+define void @f() {
+entry:
----------------
this is missing a `!dbg !8`


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

https://reviews.llvm.org/D96938



More information about the llvm-commits mailing list