[PATCH] D144795: [DebugInfo] Remove `dbg.addr` from Coroutines r=Orlando,StephenTozer,probinson,rnk

J. Ryan Stinnett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 25 16:13:29 PST 2023


jryans created this revision.
jryans added reviewers: Orlando, StephenTozer, probinson, rnk.
Herald added subscribers: ChuanqiXu, hiraditya.
Herald added a project: All.
jryans requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This removes `dbg.addr` support from the Coroutines transform. This effectively
reverts the `dbg.addr`-only portions of 19279ffc77b8d224c447d4eb0ee0c727ab64babf <https://reviews.llvm.org/rG19279ffc77b8d224c447d4eb0ee0c727ab64babf>
and 0b647fc5299156bf83c46aa539d6c9c39647bb36 <https://reviews.llvm.org/rG0b647fc5299156bf83c46aa539d6c9c39647bb36>.

Part of `dbg.addr` removal
Discussed in https://discourse.llvm.org/t/what-is-the-status-of-dbg-addr/62898

Depends on D144794 <https://reviews.llvm.org/D144794>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144795

Files:
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/test/Transforms/Coroutines/coro-debug-dbg.addr-swift.ll
  llvm/test/Transforms/Coroutines/coro-debug-dbg.addr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144795.500462.patch
Type: text/x-patch
Size: 45838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230226/04ea70de/attachment-0001.bin>


More information about the llvm-commits mailing list