[PATCH] D103162: [DebugInfo] Limit the number of values that may be referenced by a dbg.value

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 06:49:09 PDT 2021


djtodoro added a comment.

This makes sense to me. 
I remember that when we were experimenting with adding support for salvaging debug info for binary operations dealing with 2 SSA values, we needed to make something like this, since we had encountered some dramatic cases even when building clang itself (I've mentioned this on a patch from this area). Also, I don't have a strong opinion about whether it should be 16 or some other magic value.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103162



More information about the llvm-commits mailing list