[PATCH] D151329: [IRTranslator] Implement translation of entry_value dbg.value intrinsics

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 06:17:16 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.

For dbg.value intrinsics targeting an llvm::Argument address whose expression
starts with an entry value, we lower this to a DEBUG_VALUE targeting the livein
physical register corresponding to that Argument.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151329

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151329.525141.patch
Type: text/x-patch
Size: 4641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230524/8064c89a/attachment.bin>


More information about the llvm-commits mailing list