Skip to content

Commit 4fdd24b

Browse files
committed
[RemoveDIs][NFC] Update SelectionDAG test to check RemoveDIs mode too
In line with other RemoveDIs test updates. This test fails without #76941.
1 parent fb72a44 commit 4fdd24b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

llvm/test/DebugInfo/X86/sdag-dangling-dbgvalue.ll

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
; RUN: -experimental-debug-variable-locations=true \
66
; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
77

8+
; Repeat checks with experimental debginfo iterators.
9+
; RUN: llc %s -stop-before finalize-isel -o - \
10+
; RUN: -try-experimental-debuginfo-iterators \
11+
; RUN: -experimental-debug-variable-locations=false \
12+
; RUN: | FileCheck %s --check-prefixes=CHECK,DBGVALUE
13+
; RUN: llc %s -stop-before finalize-isel -o - \
14+
; RUN: -try-experimental-debuginfo-iterators \
15+
; RUN: -experimental-debug-variable-locations=true \
16+
; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
17+
818
;--------------------------------------------------------------------
919
; This test case is basically generated from the following C code.
1020
; Compiled with "--target=x86_64-apple-darwin -S -g -O3" to get debug

0 commit comments

Comments
 (0)