[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Instrumentation / SanitizerCoverage / wineh.ll
blob350242bb3016d8605dd2afd52b072954a58b11bf
1 ; RUN: opt < %s -sancov -sanitizer-coverage-level=3 -sanitizer-coverage-trace-pc -S | FileCheck %s --check-prefix=CHECK
2 ; RUN: opt < %s -passes='module(sancov-module),function(sancov-func)' -sanitizer-coverage-level=3 -sanitizer-coverage-trace-pc -S | FileCheck %s --check-prefix=CHECK
4 ; Generated from this C++ source:
5 ; $ clang -O2 t.cpp -S -emit-llvm
6 ; void g();
7 ; struct Foo { Foo(); ~Foo(); };
8 ; int f() {
9 ;   Foo v;
10 ;   g();
11 ;   try {
12 ;     g();
13 ;   } catch (int e) {
14 ;     g();
15 ;   } catch (...) {
16 ;     g();
17 ;   }
18 ;   return 0;
19 ; }
21 ; FIXME: We need to do more than this. In particular, __sanitizer_cov callbacks
22 ; in funclets need token bundles.
24 ; CHECK-LABEL: define i32 @"\01?f@@YAHXZ"()
25 ; CHECK: catch.dispatch:
26 ; CHECK-NEXT: catchswitch within none [label %catch3, label %catch] unwind label %ehcleanup
28 ; ModuleID = 't.cpp'
29 source_filename = "t.cpp"
30 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
31 target triple = "x86_64-pc-windows-msvc19.10.24728"
33 %rtti.TypeDescriptor2 = type { i8**, i8*, [3 x i8] }
34 %struct.Foo = type { i8 }
36 $"\01??_R0H@8" = comdat any
38 @"\01??_7type_info@@6B@" = external constant i8*
39 @"\01??_R0H@8" = linkonce_odr global %rtti.TypeDescriptor2 { i8** @"\01??_7type_info@@6B@", i8* null, [3 x i8] c".H\00" }, comdat
41 ; Function Attrs: uwtable
42 define i32 @"\01?f@@YAHXZ"() local_unnamed_addr #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
43 entry:
44   %v = alloca %struct.Foo, align 1
45   %e = alloca i32, align 4
46   %0 = getelementptr inbounds %struct.Foo, %struct.Foo* %v, i64 0, i32 0
47   call void @llvm.lifetime.start(i64 1, i8* nonnull %0) #4
48   %call = call %struct.Foo* @"\01??0Foo@@QEAA@XZ"(%struct.Foo* nonnull %v)
49   invoke void @"\01?g@@YAXXZ"()
50           to label %invoke.cont unwind label %ehcleanup
52 invoke.cont:                                      ; preds = %entry
53   invoke void @"\01?g@@YAXXZ"()
54           to label %try.cont unwind label %catch.dispatch
56 catch.dispatch:                                   ; preds = %invoke.cont
57   %1 = catchswitch within none [label %catch3, label %catch] unwind label %ehcleanup
59 catch3:                                           ; preds = %catch.dispatch
60   %2 = catchpad within %1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i32* %e]
61   invoke void @"\01?g@@YAXXZ"() [ "funclet"(token %2) ]
62           to label %invoke.cont4 unwind label %ehcleanup
64 invoke.cont4:                                     ; preds = %catch3
65   catchret from %2 to label %try.cont
67 try.cont:                                         ; preds = %invoke.cont, %invoke.cont2, %invoke.cont4
68   call void @"\01??1Foo@@QEAA@XZ"(%struct.Foo* nonnull %v) #4
69   call void @llvm.lifetime.end(i64 1, i8* nonnull %0) #4
70   ret i32 0
72 catch:                                            ; preds = %catch.dispatch
73   %3 = catchpad within %1 [i8* null, i32 64, i8* null]
74   invoke void @"\01?g@@YAXXZ"() [ "funclet"(token %3) ]
75           to label %invoke.cont2 unwind label %ehcleanup
77 invoke.cont2:                                     ; preds = %catch
78   catchret from %3 to label %try.cont
80 ehcleanup:                                        ; preds = %catch3, %catch, %catch.dispatch, %entry
81   %4 = cleanuppad within none []
82   call void @"\01??1Foo@@QEAA@XZ"(%struct.Foo* nonnull %v) #4 [ "funclet"(token %4) ]
83   call void @llvm.lifetime.end(i64 1, i8* nonnull %0) #4
84   cleanupret from %4 unwind to caller
87 ; Function Attrs: argmemonly nounwind
88 declare void @llvm.lifetime.start(i64, i8* nocapture) #1
90 declare %struct.Foo* @"\01??0Foo@@QEAA@XZ"(%struct.Foo* returned) unnamed_addr #2
92 declare void @"\01?g@@YAXXZ"() local_unnamed_addr #2
94 declare i32 @__CxxFrameHandler3(...)
96 ; Function Attrs: nounwind
97 declare void @"\01??1Foo@@QEAA@XZ"(%struct.Foo*) unnamed_addr #3
99 ; Function Attrs: argmemonly nounwind
100 declare void @llvm.lifetime.end(i64, i8* nocapture) #1
102 attributes #0 = { uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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" }
103 attributes #1 = { argmemonly nounwind }
104 attributes #2 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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" }
105 attributes #3 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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" }
106 attributes #4 = { nounwind }
108 !llvm.module.flags = !{!0}
109 !llvm.ident = !{!1}
111 !0 = !{i32 1, !"PIC Level", i32 2}
112 !1 = !{!"clang version 5.0.0 "}