[DebugInfo][RemoveDIs] Delete experimental-iterator test-flags from tests (#140045)
Over in 6a45fce, this flag (experimental-debuginfo-iterators) was switched to do nothing, to flush out anything that depended on the debug-intrinsics way of doing things. It's been a month and nothing's super-broken, so we'll start to rip things out. This commit deletes MergeFunc's debuginfo-iterators test: in d2942a86d7 it's documented that that test is specifically because of differences between intrinsic/non-intrinsic data structures, and we're deleting the possibility of that difference.
This commit is contained in:
parent
adba40e188
commit
c84f2c79da
@ -1,6 +1,5 @@
|
||||
# REQUIRES: x86-registered-target
|
||||
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc --experimental-debuginfo-iterators=false -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
--- |
|
||||
; ModuleID = 'check-line-and-variables.mir'
|
||||
source_filename = "check-line-and-variables.c"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: llc -debugify-check-and-strip-all-safe -o - %s 2>&1 | FileCheck %s
|
||||
; RUN: llc --experimental-debuginfo-iterators=false -debugify-check-and-strip-all-safe -o - %s 2>&1 | FileCheck %s
|
||||
|
||||
; ModuleID = 'main.c'
|
||||
source_filename = "main.c"
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
# REQUIRES: x86-registered-target
|
||||
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-debugify,dead-mi-elimination,mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s --check-prefix=CHECK-PASS
|
||||
# RUN: llc --experimental-debuginfo-iterators=false -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-debugify,dead-mi-elimination,mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc --experimental-debuginfo-iterators=false -mtriple=x86_64-unknown-linux-gnu -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s --check-prefix=CHECK-PASS
|
||||
--- |
|
||||
; ModuleID = 'check-line-and-variables.mir'
|
||||
source_filename = "check-line-and-variables.ll"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
# RUN: llc -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc --experimental-debuginfo-iterators=false -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s
|
||||
|
||||
# CHECK: Machine IR debug info check: PASS
|
||||
# CHECK-NOT: Assertion `Var <= NumVars && "Unexpected name for DILocalVariable"'
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: opt -passes=check-debugify < %s 2>&1 | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=check-debugify < %s 2>&1 | FileCheck %s
|
||||
|
||||
define <2 x i64> @test-fun(<2 x i64> %A) !dbg !6 {
|
||||
%and = and <2 x i64> %A, <i64 23, i64 42>, !dbg !14
|
||||
|
||||
@ -40,40 +40,6 @@
|
||||
; RUN: opt -debugify-each -passes=globalopt -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS-ONE
|
||||
|
||||
; Repeat the same checks with debug intrinsics enabled.
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -debugify-each -O3 -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -disable-output -debugify-each -passes='default<O3>' %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -enable-debugify -debugify-each -O3 -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -debugify-each -passes='instrprof,instrprof,sroa,sccp' -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -debugify-each -O1 < %s | opt -O2 -o /dev/null
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -disable-output -debugify-quiet -debugify-each -O1 < %s 2>&1 | count 0
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -O1 < %s -S -o %t.before
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -O1 -debugify-each < %s -S -o %t.after
|
||||
; RUN: diff %t.before %t.after
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -O1 < %s | llvm-dis -o %t.before
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -O1 -debugify-each < %s | llvm-dis -o %t.after
|
||||
; RUN: diff %t.before %t.after
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -debugify-each -passes=instsimplify -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS-ONE
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -debugify-each -passes=globalopt -S -o /dev/null < %s 2> %t
|
||||
; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS-ONE
|
||||
|
||||
define void @foo(i32 %arg) {
|
||||
call i32 asm "bswap $0", "=r,r"(i32 %arg)
|
||||
ret void
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
|
||||
; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
|
||||
|
||||
; CHECK: Pass Name
|
||||
; CHECK-SAME: # of missing debug values
|
||||
; CHECK-SAME: # of missing locations
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: opt -passes=check-debugify < %s -S 2>&1 | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=check-debugify < %s -S 2>&1 | FileCheck %s
|
||||
|
||||
define void @test_phi(i1 %cond) !dbg !6 {
|
||||
br i1 %cond, label %1, label %2, !dbg !11
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: opt -verify-debuginfo-preserve -passes=instcombine -S -o - < %s 2>&1 | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -verify-debuginfo-preserve -passes=instcombine -S -o - < %s 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: ModuleDebugify (original debuginfo): Skipping module without debug info
|
||||
; CHECK-NEXT: CheckModuleDebugify (original debuginfo): Skipping module without debug info
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: opt -passes=check-debugify < %s -S -o - 2>&1 | FileCheck %s -implicit-check-not "WARNING: Instruction with empty DebugLoc in function bar"
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=check-debugify < %s -S -o - 2>&1 | FileCheck %s -implicit-check-not "WARNING: Instruction with empty DebugLoc in function bar"
|
||||
|
||||
; CHECK: WARNING: Instruction with empty DebugLoc in function foo -- ret void
|
||||
define void @foo() !dbg !6 {
|
||||
|
||||
@ -25,33 +25,6 @@
|
||||
; RUN: opt -enable-debugify -O1 < %s | opt -O2 -o /dev/null
|
||||
; RUN: opt -passes=debugify,mem2reg,check-debugify < %s | opt -O2 -o /dev/null
|
||||
|
||||
;; Perform the same checks again for intrinsic debug info
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify -S -o - < %s | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify -S -o - < %s | FileCheck %s
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,debugify -S -o - < %s 2>&1 | \
|
||||
; RUN: FileCheck %s -check-prefix=CHECK-REPEAT
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,debugify -S -o - < %s 2>&1 | \
|
||||
; RUN: FileCheck %s -check-prefix=CHECK-REPEAT
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,check-debugify -S -o - < %s | \
|
||||
; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL"
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,check-debugify -S -o - < %s | \
|
||||
; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL"
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -enable-debugify -passes=verify -S -o - < %s | \
|
||||
; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL"
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,strip,check-debugify -S -o - < %s 2>&1 | \
|
||||
; RUN: FileCheck %s -check-prefix=CHECK-WARN
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -enable-debugify -passes=strip -S -o - < %s 2>&1 | \
|
||||
; RUN: FileCheck %s -check-prefix=CHECK-WARN
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -enable-debugify -S -o - < %s 2>&1 | FileCheck %s -check-prefix=PASS
|
||||
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -enable-debugify -O1 < %s | opt -O2 -o /dev/null
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -passes=debugify,mem2reg,check-debugify < %s | opt -O2 -o /dev/null
|
||||
|
||||
; CHECK-LABEL: define void @foo
|
||||
define void @foo() {
|
||||
; CHECK: ret void, !dbg ![[RET1:.*]]
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
; RUN: opt -disable-output -debugify-each -passes=gvn < %s 2>&1 | FileCheck %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false -disable-output -debugify-each -passes=gvn < %s 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK-NOT: ERROR: Instruction with empty DebugLoc in function _Z3bazv -- {{%.*}} = phi
|
||||
; CHECK: CheckFunctionDebugify [GVNPass]: PASS
|
||||
|
||||
@ -1,10 +1,8 @@
|
||||
; RUN: opt %s -verify-debuginfo-preserve -passes=instcombine -disable-output 2>&1 | FileCheck --check-prefix=VERIFY %s
|
||||
; RUN: opt --experimental-debuginfo-iterators=false %s -verify-debuginfo-preserve -passes=instcombine -disable-output 2>&1 | FileCheck --check-prefix=VERIFY %s
|
||||
|
||||
; VERIFY: CheckModuleDebugify (original debuginfo):
|
||||
|
||||
; RUN: opt %s -verify-each-debuginfo-preserve -O2 -disable-output 2>&1 | FileCheck --check-prefix=VERIFY-EACH %s
|
||||
; RUN: opt %s --experimental-debuginfo-iterators=false -verify-each-debuginfo-preserve -O2 -disable-output 2>&1 | FileCheck --check-prefix=VERIFY-EACH %s
|
||||
|
||||
; VERIFY-EACH: DeadArgumentEliminationPass
|
||||
; VERIFY-EACH: GlobalDCEPass
|
||||
|
||||
@ -1,54 +0,0 @@
|
||||
; RUN: opt -S -passes=mergefunc,inline --experimental-debuginfo-iterators < %s | FileCheck %s
|
||||
;; Ensure that the MergeFunctions pass creates thunks with the appropriate debug
|
||||
;; info format set (which would otherwise assert when inlining those thunks).
|
||||
|
||||
declare void @f1()
|
||||
declare void @f2()
|
||||
|
||||
define void @f3() {
|
||||
call void @f1()
|
||||
call void @f2()
|
||||
ret void
|
||||
}
|
||||
|
||||
;; MergeFunctions will replace f4 with a thunk that calls f3. Inlining will
|
||||
;; inline f3 into that thunk, which would assert if the thunk had the incorrect
|
||||
;; debug info format.
|
||||
define void @f4() {
|
||||
call void @f1()
|
||||
call void @f2()
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-LABEL: define void @f4() {
|
||||
; CHECK-NEXT: call void @f1()
|
||||
; CHECK-NEXT: call void @f2()
|
||||
; CHECK-NEXT: ret void
|
||||
; CHECK-NEXT: }
|
||||
|
||||
;; Both of these are interposable, so MergeFunctions will create a common thunk
|
||||
;; that both will call. Inlining will inline that thunk back, which would assert
|
||||
;; if the thunk had the incorrect debug info format.
|
||||
define weak void @f5() {
|
||||
call void @f2()
|
||||
call void @f1()
|
||||
ret void
|
||||
}
|
||||
|
||||
define weak void @f6() {
|
||||
call void @f2()
|
||||
call void @f1()
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-LABEL: define weak void @f6() {
|
||||
; CHECK-NEXT: call void @f2()
|
||||
; CHECK-NEXT: call void @f1()
|
||||
; CHECK-NEXT: ret void
|
||||
; CHECK-NEXT: }
|
||||
|
||||
; CHECK-LABEL: define weak void @f5() {
|
||||
; CHECK-NEXT: call void @f2()
|
||||
; CHECK-NEXT: call void @f1()
|
||||
; CHECK-NEXT: ret void
|
||||
; CHECK-NEXT: }
|
||||
@ -1,4 +1,4 @@
|
||||
; RUN: llc --filetype=obj %s -o - -experimental-debuginfo-iterators=false | dxil-dis -o - | FileCheck %s
|
||||
; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
|
||||
; Note: LLVM has soft disabled experimental-debuginfo-iterators in commit 6a45fce
|
||||
; XFAIL: *
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user