[PATCH] D122945: [debug-info] As an NFC commit, refactor EmitFuncArgumentDbgValue so that it can be extended to support llvm.dbg.addr.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 16:07:21 PDT 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:614
+ enum class FuncArgumentDbgValueKind {
+ Value, // Emit this DBG_VALUE assuming the original intrinsic was a
+ // dbg.value.
----------------
nit:
```
Value, ///< This was a llvm.dbg.value.
...
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122945/new/
https://reviews.llvm.org/D122945
More information about the llvm-commits
mailing list