[PATCH] D149883: [SelectionDAG][DebugInfo] Implement translation of entry_value vars

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 12:48:35 PDT 2023


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1345
 
+static bool processIfEntryValueDbgDeclare(FunctionLoweringInfo &FuncInfo,
+                                          const Value *Arg,
----------------
comment that this is for async arguments?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149883



More information about the llvm-commits mailing list