[PATCH] D90772: [Coroutines] Add missing llvm.dbg.declare's to cover more allocas

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 17:57:04 PST 2020


junparser added a comment.

Hi Bruno,
One of the another issue is that it is also necessary to track coroutine function parameters correctly under O1 <https://reviews.llvm.org/owners/package/1/>/O2 <https://reviews.llvm.org/owners/package/2/> level which use dbg.value. Thoughts?


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

https://reviews.llvm.org/D90772



More information about the llvm-commits mailing list