[PATCH] D82363: [DebugInfo] Add new instruction and expression operator for variadic debug values

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 10:10:31 PDT 2020


StephenTozer added a comment.

In D82363#2109399 <https://reviews.llvm.org/D82363#2109399>, @probinson wrote:

> DBG_VALUE_LIST?  And the predicates could be `isDebugValueList` and `isSimpleDebugValue` or something along those lines.


"List" sounds good to me, although for the predicates something other than Simple would be good, since it's prone to overloading; perhaps just "NonList", or "Singular" or something along those lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82363





More information about the llvm-commits mailing list