[PATCH] D142654: [LiveDebugValues] Allow EntryValue with OP_deref expressions

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 09:03:02 PST 2023


fdeazeve added a comment.

In D142654#4085821 <https://reviews.llvm.org/D142654#4085821>, @djtodoro wrote:

> Yeah, `GDB` had implemented it as `GNU` extension even before `LLDB`. 
> All in all, I don't see any obstacle to use the `entry_value` for this case. `GCC` also produces the same location entry for the variable `b`.
>
> Have you checked the `InstrRefBased` implementation of the `LiveDebugValues` Pass?

Oops, I wrote that down as something I had to do prior to posting this but forgot to :(
Will update the patch shortly!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142654



More information about the llvm-commits mailing list