[PATCH] D87357: [SelectionDAG][DebugInfo] Use entry-values to recover parameters values

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 09:15:38 PDT 2020


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/CodeGen/FunctionLoweringInfo.h:80
 
+  /// ArgValueMap - A mapping from virtual registers to the argument values.
+  DenseMap<const Value *, Register> ArgValueMap;
----------------
Nit: remove `ArgValueMap -`. This used to be part of the comment style, but is completely redundant in non-ancient versions of Doxygen.


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

https://reviews.llvm.org/D87357



More information about the llvm-commits mailing list