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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 08:04:09 PST 2023


djtodoro added a comment.

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?


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