2020-11-16 20:47:50 +01:00
|
|
|
; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -globalopt | FileCheck %s
|
|
|
|
; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt | FileCheck %s
|
2018-07-24 02:41:29 +02:00
|
|
|
|
|
|
|
; CHECK: Pass Name
|
|
|
|
; CHECK-SAME: # of missing debug values
|
|
|
|
; CHECK-SAME: # of missing locations
|
|
|
|
; CHECK-SAME: Missing/Expected value ratio
|
|
|
|
; CHECK-SAME: Missing/Expected location ratio
|
|
|
|
|
2020-11-16 20:47:50 +01:00
|
|
|
; CHECK: {{Module Verifier|GlobalOptPass}}
|
2018-07-24 02:41:29 +02:00
|
|
|
; CHECK-SAME: 0,0,0.000000e+00,0.000000e+00
|
|
|
|
|
|
|
|
define void @foo() {
|
|
|
|
ret void
|
|
|
|
}
|