1 ; RUN: llc -verify-machineinstrs -mtriple=i686-pc-windows-msvc < %s \
2 ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=X86 %s
3 ; RUN: llc -verify-machineinstrs -mtriple=x86_64-pc-windows-msvc < %s \
4 ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=X64 %s
6 ; Loosely based on IR for this C++ source code:
8 ; void try_in_catch() {
20 declare void @f(i32 %p)
21 declare i32 @__CxxFrameHandler3(...)
23 define i32 @try_in_catch() personality ptr @__CxxFrameHandler3 {
26 to label %try.cont unwind label %catch.dispatch.1
31 %cs1 = catchswitch within none [label %handler1] unwind to caller
33 %h1 = catchpad within %cs1 [ptr null, i32 64, ptr null]
34 invoke void @f(i32 2) [ "funclet"(token %h1) ]
35 to label %catchret1 unwind label %catch.dispatch.2
37 catchret from %h1 to label %try.cont
40 %cs2 = catchswitch within %h1 [label %handler2] unwind to caller
42 %h2 = catchpad within %cs2 [ptr null, i32 64, ptr null]
44 catchret from %h2 to label %catchret1
47 ; X86-LABEL: L__ehtable$try_in_catch:
48 ; X64-LABEL: $cppxdata$try_in_catch:
49 ; CHECK-NEXT: .long 429065506
51 ; CHECK-NEXT: .long ($stateUnwindMap$try_in_catch)
53 ; CHECK-NEXT: .long ($tryMap$try_in_catch)
58 ; X64-NEXT: .long ($ip2state$try_in_catch)
65 ; X86-LABEL: $tryMap$try_in_catch:
70 ; X86-NEXT: .long ($handlerMap$0$try_in_catch)
75 ; X86-NEXT: .long ($handlerMap$1$try_in_catch)
77 ; X64-LABEL: $tryMap$try_in_catch:
82 ; X64-NEXT: .long ($handlerMap$0$try_in_catch)
87 ; X64-NEXT: .long ($handlerMap$1$try_in_catch)
89 ; CHECK: $handlerMap$0$try_in_catch:
90 ; CHECK-NEXT: .long 64
93 ; CHECK-NEXT: .long "?catch${{[0-9]+}}@?0?try_in_catch@4HA"
96 ; CHECK: $handlerMap$1$try_in_catch:
97 ; CHECK-NEXT: .long 64
100 ; CHECK-NEXT: .long "?catch${{[0-9]+}}@?0?try_in_catch@4HA"
103 ; X64: $ip2state$try_in_catch:
104 ; X64-NEXT: .long .Lfunc_begin0@IMGREL
106 ; X64-NEXT: .long .Ltmp0@IMGREL+1
108 ; X64-NEXT: .long .Ltmp1@IMGREL+1
110 ; X64-NEXT: .long "?catch$2@?0?try_in_catch@4HA"@IMGREL
112 ; X64-NEXT: .long .Ltmp2@IMGREL+1
114 ; X64-NEXT: .long .Ltmp3@IMGREL+1
116 ; X64-NEXT: .long "?catch$4@?0?try_in_catch@4HA"@IMGREL