[PATCH] D99423: [DebugInfo] Fix incorrect updating of SDNode dependencies for variadic debug values

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 17:31:42 PDT 2021


StephenTozer updated this revision to Diff 335684.
StephenTozer added a comment.
Herald added a subscriber: pengfei.

Added simple test case, which triggers a build error without the fix (so no use of FileCheck).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99423

Files:
  llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/X86/dbg-list-dependencies.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99423.335684.patch
Type: text/x-patch
Size: 18857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/e8b10ebc/attachment.bin>


More information about the llvm-commits mailing list