1 ; RUN: llc < %s | FileCheck %s
3 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-unknown-linux-gnu"
6 @.str.2 = private unnamed_addr constant [7 x i8] c"Boom!\0A\00", align 1
8 define dso_local void @trap() {
13 define dso_local void @test() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
20 invoke void asm sideeffect "call trap", "~{dirflag},~{fpsr},~{flags}"()
21 to label %invoke.cont unwind label %lpad
27 %0 = landingpad { i8*, i32 }
29 call void (i8*, ...) @printf(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.2, i64 0, i64 0))
30 resume { i8*, i32 } %0
34 declare dso_local i32 @__gxx_personality_v0(...)
36 declare dso_local void @printf(i8*, ...)
38 ; Exception table generation around the inline assembly shouldn't exist
40 ; CHECK-LABEL: GCC_except_table1:
41 ; CHECK-NEXT: .Lexception0:
42 ; CHECK-NEXT: .byte 255 # @LPStart Encoding = omit
43 ; CHECK-NEXT: .byte 255 # @TType Encoding = omit
44 ; CHECK-NEXT: .byte 1 # Call site Encoding = uleb128
45 ; CHECK-NEXT: .uleb128 .Lcst_end0-.Lcst_begin0
46 ; CHECK-NEXT: .Lcst_begin0:
47 ; CHECK-NEXT: .uleb128 .Lfunc_begin0-.Lfunc_begin0 # >> Call Site 1 <<
48 ; CHECK-NEXT: .uleb128 .Lfunc_end1-.Lfunc_begin0 # Call between .Lfunc_begin0 and .Lfunc_end1
49 ; CHECK-NEXT: .byte 0 # has no landing pad
50 ; CHECK-NEXT: .byte 0 # On action: cleanup
51 ; CHECK-NEXT: .Lcst_end0: