brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.2 KiB · 287582b Raw
52 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 52; RUN: opt -passes=instcombine -S %s -o - | FileCheck %s3 4define void @foo() personality ptr null !dbg !4 {5; CHECK-LABEL: define void @foo(6; CHECK-SAME: ) personality ptr null !dbg [[DBG3:![0-9]+]] {7; CHECK-NEXT:  [[ENTRY:.*:]]8; CHECK-NEXT:    invoke void @llvm.donothing()9; CHECK-NEXT:            to label %[[COMMON_RET:.*]] unwind label %[[LPAD159:.*]], !dbg [[DBG7:![0-9]+]]10; CHECK:       [[COMMON_RET]]:11; CHECK-NEXT:    ret void12; CHECK:       [[LPAD159]]:13; CHECK-NEXT:    [[TMP0:%.*]] = landingpad { ptr, i32 }14; CHECK-NEXT:            cleanup15; CHECK-NEXT:    br label %[[COMMON_RET]]16;17entry:18  %call.i.i895904 = invoke ptr @_Znam(i64 0)19          to label %common.ret unwind label %lpad159, !dbg !920 21common.ret:                                       ; preds = %lpad159, %entry22  ret void23 24lpad159:                                          ; preds = %entry25  %0 = landingpad { ptr, i32 }26  cleanup27  br label %common.ret28}29 30declare ptr @_Znam(i64)31 32!llvm.dbg.cu = !{!0}33!llvm.module.flags = !{!3}34 35!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 20.0.0git")36!1 = !DIFile(filename: "ArchiveCommandLine.cpp", directory: "/tmp")37!2 = !{}38!3 = !{i32 2, !"Debug Info Version", i32 3}39!4 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 13, type: !6, scopeLine: 13, unit: !0, retainedNodes: !2)40!6 = distinct !DISubroutineType(types: !7)41!7 = !{null}42!9 = !DILocation(line: 14, column: 20, scope: !4)43;.44; CHECK: [[META0:![0-9]+]] = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: [[META1:![0-9]+]], producer: "{{.*}}clang version {{.*}}", isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug)45; CHECK: [[META1]] = !DIFile(filename: "ArchiveCommandLine.cpp", directory: {{.*}})46; CHECK: [[DBG3]] = distinct !DISubprogram(name: "foo", scope: [[META1]], file: [[META1]], line: 13, type: [[META4:![0-9]+]], scopeLine: 13, spFlags: DISPFlagDefinition, unit: [[META0]], retainedNodes: [[META6:![0-9]+]])47; CHECK: [[META4]] = distinct !DISubroutineType(types: [[META5:![0-9]+]])48; CHECK: [[META5]] = !{null}49; CHECK: [[META6]] = !{}50; CHECK: [[DBG7]] = !DILocation(line: 14, column: 20, scope: [[DBG3]])51;.52