[PATCH] D146543: [Coroutines] Look for dbg.declare for temp spills

Wei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 15:57:00 PDT 2023


weiwang updated this revision to Diff 509163.
weiwang edited the summary of this revision.
weiwang added a comment.

1. Rebase
2. Add check of function has debug info or not before going into the loop.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146543

Files:
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/test/Transforms/Coroutines/coro-debug-spill-dbg.declare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146543.509163.patch
Type: text/x-patch
Size: 9191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/21911a5f/attachment.bin>


More information about the llvm-commits mailing list