xref: /llvm-project/llvm/test/DebugInfo/debugify-export.ll (revision 1c6b0f779f66494cb597884c1a52e377bde4bc54)
1; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
2; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
3
4; RUN: opt --experimental-debuginfo-iterators=false %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
5; RUN: opt --experimental-debuginfo-iterators=false %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
6
7; CHECK: Pass Name
8; CHECK-SAME: # of missing debug values
9; CHECK-SAME: # of missing locations
10; CHECK-SAME: Missing/Expected value ratio
11; CHECK-SAME: Missing/Expected location ratio
12
13; CHECK:      {{Module Verifier|GlobalOptPass}}
14; CHECK-SAME: 0,0,0.000000e+00,0.000000e+00
15
16define void @foo() {
17  ret void
18}
19