[PATCH] D122687: [coro] [async] Transfer the debug information from the coro.end.async and coro.async.supend intrinsic to the inlined functions

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 14:40:33 PDT 2022


aschwaighofer created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aschwaighofer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We want to transfer the debug location from the intrinsic instruction
rather than the ones from the function we inline.

rdar://90859530


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122687

Files:
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/test/Transforms/Coroutines/coro-async.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122687.418988.patch
Type: text/x-patch
Size: 7502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/0660232c/attachment.bin>


More information about the llvm-commits mailing list