Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Instrumentation / SanitizerCoverage / wineh.ll
blob82ce3ad1a2ec3c41b7fffc8fa2b6ccda8b5b59e8
1 ; RUN: opt < %s -passes='module(sancov-module)' -sanitizer-coverage-level=3 -sanitizer-coverage-trace-pc -S | FileCheck %s --check-prefix=CHECK
3 ; Generated from this C++ source:
4 ; $ clang -O2 t.cpp -S -emit-llvm
5 ; void g();
6 ; struct Foo { Foo(); ~Foo(); };
7 ; int f() {
8 ;   Foo v;
9 ;   g();
10 ;   try {
11 ;     g();
12 ;   } catch (int e) {
13 ;     g();
14 ;   } catch (...) {
15 ;     g();
16 ;   }
17 ;   return 0;
18 ; }
20 ; FIXME: We need to do more than this. In particular, __sanitizer_cov callbacks
21 ; in funclets need token bundles.
23 ; CHECK-LABEL: define i32 @"\01?f@@YAHXZ"()
24 ; CHECK: catch.dispatch:
25 ; CHECK-NEXT: catchswitch within none [label %catch3, label %catch] unwind label %ehcleanup
27 ; ModuleID = 't.cpp'
28 source_filename = "t.cpp"
29 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
30 target triple = "x86_64-pc-windows-msvc19.10.24728"
32 %rtti.TypeDescriptor2 = type { ptr, ptr, [3 x i8] }
33 %struct.Foo = type { i8 }
35 $"\01??_R0H@8" = comdat any
37 @"\01??_7type_info@@6B@" = external constant ptr
38 @"\01??_R0H@8" = linkonce_odr global %rtti.TypeDescriptor2 { ptr @"\01??_7type_info@@6B@", ptr null, [3 x i8] c".H\00" }, comdat
40 ; Function Attrs: uwtable
41 define i32 @"\01?f@@YAHXZ"() local_unnamed_addr #0 personality ptr @__CxxFrameHandler3 {
42 entry:
43   %v = alloca %struct.Foo, align 1
44   %e = alloca i32, align 4
45   call void @llvm.lifetime.start(i64 1, ptr nonnull %v) #4
46   %call = call ptr @"\01??0Foo@@QEAA@XZ"(ptr nonnull %v)
47   invoke void @"\01?g@@YAXXZ"()
48           to label %invoke.cont unwind label %ehcleanup
50 invoke.cont:                                      ; preds = %entry
51   invoke void @"\01?g@@YAXXZ"()
52           to label %try.cont unwind label %catch.dispatch
54 catch.dispatch:                                   ; preds = %invoke.cont
55   %0 = catchswitch within none [label %catch3, label %catch] unwind label %ehcleanup
57 catch3:                                           ; preds = %catch.dispatch
58   %1 = catchpad within %0 [ptr @"\01??_R0H@8", i32 0, ptr %e]
59   invoke void @"\01?g@@YAXXZ"() [ "funclet"(token %1) ]
60           to label %invoke.cont4 unwind label %ehcleanup
62 invoke.cont4:                                     ; preds = %catch3
63   catchret from %1 to label %try.cont
65 try.cont:                                         ; preds = %invoke.cont, %invoke.cont2, %invoke.cont4
66   call void @"\01??1Foo@@QEAA@XZ"(ptr nonnull %v) #4
67   call void @llvm.lifetime.end(i64 1, ptr nonnull %v) #4
68   ret i32 0
70 catch:                                            ; preds = %catch.dispatch
71   %2 = catchpad within %0 [ptr null, i32 64, ptr null]
72   invoke void @"\01?g@@YAXXZ"() [ "funclet"(token %2) ]
73           to label %invoke.cont2 unwind label %ehcleanup
75 invoke.cont2:                                     ; preds = %catch
76   catchret from %2 to label %try.cont
78 ehcleanup:                                        ; preds = %catch3, %catch, %catch.dispatch, %entry
79   %3 = cleanuppad within none []
80   call void @"\01??1Foo@@QEAA@XZ"(ptr nonnull %v) #4 [ "funclet"(token %3) ]
81   call void @llvm.lifetime.end(i64 1, ptr nonnull %v) #4
82   cleanupret from %3 unwind to caller
85 ; Function Attrs: argmemonly nounwind
86 declare void @llvm.lifetime.start(i64, ptr nocapture) #1
88 declare ptr @"\01??0Foo@@QEAA@XZ"(ptr returned) unnamed_addr #2
90 declare void @"\01?g@@YAXXZ"() local_unnamed_addr #2
92 declare i32 @__CxxFrameHandler3(...)
94 ; Function Attrs: nounwind
95 declare void @"\01??1Foo@@QEAA@XZ"(ptr) unnamed_addr #3
97 ; Function Attrs: argmemonly nounwind
98 declare void @llvm.lifetime.end(i64, ptr nocapture) #1
100 attributes #0 = { uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
101 attributes #1 = { argmemonly nounwind }
102 attributes #2 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
103 attributes #3 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
104 attributes #4 = { nounwind }
106 !llvm.module.flags = !{!0}
107 !llvm.ident = !{!1}
109 !0 = !{i32 1, !"PIC Level", i32 2}
110 !1 = !{!"clang version 5.0.0 "}