[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:109
+!45 = !DILocation(line: 8, column: 23, scope: !38)
+!46 = !DILocation(line: 8, column: 21, scope: !38)
+!47 = !DILocation(line: 8, column: 11, scope: !38)
----------------
You can probably significantly shorten the test by manually assigning all instructions the same !dbg location.
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