[PATCH] D128212: [DebugInfo] Extend the InstrRef LDV to support DbgValues with many Ops

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 02:19:55 PDT 2022


StephenTozer added a comment.

Looks like a fairly trivial fix - the assert in question is erroneous, and will potentially be triggered by any `DBG_VALUE_LIST` that contains duplicate register entries. I'll make the change, do another round of local testing, and then resubmit the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128212



More information about the llvm-commits mailing list