[PATCH] D149882: [IRTranslator][DebugInfo] Implement translation of entry_value vars

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 11:36:31 PDT 2023


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

This commit lower dbg.declare intrinsics targeting swiftasync Arguments into the
MachineFunction's table of variables whose location doesn't change throughout
the function.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149882

Files:
  llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/test/CodeGen/AArch64/dbg-declare-swift-async.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149882.519584.patch
Type: text/x-patch
Size: 4721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/00c1ce29/attachment.bin>


More information about the llvm-commits mailing list