[PATCH] D83896: [DebugInfo] Add replaceArg function for removing duplicates from DBG_VALUE_LIST expressions

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 13:01:55 PDT 2020


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


================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:2594
 
   /// Modify \p Expr by appending the given list of \p Ops to each instance of
   /// the operand `DW_OP_LLVM_arg, \p ArgNo`. This is used to modify a
----------------
would you mind fixing this, too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83896





More information about the llvm-commits mailing list