[PATCH] D76129: Fix possible assertion when using PBQP with debug info

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 10:11:57 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/csw-debug-assert.ll:11
+entry:
+  ; CHECK: DEBUG_VALUE:
+  call void @llvm.dbg.value(metadata i16* %a, metadata !22, metadata !DIExpression()), !dbg !30
----------------
How about checking at least some of the contents of the DBG_VALUE?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76129





More information about the llvm-commits mailing list