brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.1 KiB · f230587 Raw
73 lines · plain
1; RUN: llc -verify-machineinstrs -O0 -relocation-model=pic < %s | FileCheck %s2target datalayout = "E-m:e-i64:64-n32:64"3target triple = "powerpc64le-unknown-linux"4 5%"class.std::__1::__tree_node.130.151" = type { %"class.std::__1::__tree_node_base.base.128.149", ptr }6%"class.std::__1::__tree_node_base.base.128.149" = type <{ %"class.std::__1::__tree_end_node.127.148", ptr, ptr, i8 }>7%"class.std::__1::__tree_end_node.127.148" = type { ptr }8%"class.std::__1::__tree_node_base.126.147" = type <{ %"class.std::__1::__tree_end_node.127.148", ptr, ptr, i8, [7 x i8] }>9%"class.boost::serialization::extended_type_info.129.150" = type { ptr, i32, ptr }10 11; Function Attrs: noinline12define void @_ZN5boost13serialization18extended_type_info4findEPKc() #0 align 2 personality ptr @__gxx_personality_v0 {13entry:14  br i1 undef, label %cond.true, label %cond.false15 16; CHECK: @_ZN5boost13serialization18extended_type_info4findEPKc17 18cond.true:                                        ; preds = %entry19  br label %cond.end20 21cond.false:                                       ; preds = %entry22  unreachable23                                                  ; No predecessors!24  br label %cond.end25 26cond.end:                                         ; preds = %0, %cond.true27  invoke void @_ZNKSt3__16__treeIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findIS5_EENS_21__tree_const_iteratorIS5_PNS_11__tree_nodeIS5_PvEElEERKT_()28          to label %_ZNKSt3__18multisetIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findERKS5_.exit unwind label %lpad29 30_ZNKSt3__18multisetIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findERKS5_.exit: ; preds = %cond.end31  br label %invoke.cont32 33invoke.cont:                                      ; preds = %_ZNKSt3__18multisetIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findERKS5_.exit34  %1 = load ptr, ptr undef, align 835  %cmp.i = icmp eq ptr undef, %136  br label %invoke.cont.237 38invoke.cont.2:                                    ; preds = %invoke.cont39  br i1 %cmp.i, label %if.then, label %if.end40 41if.then:                                          ; preds = %invoke.cont.242  br label %cleanup43 44lpad:                                             ; preds = %cond.end45  %2 = landingpad { ptr, i32 }46          cleanup47  br label %eh.resume48 49if.end:                                           ; preds = %invoke.cont.250  br label %invoke.cont.451 52invoke.cont.4:                                    ; preds = %if.end53  br label %cleanup54 55cleanup:                                          ; preds = %invoke.cont.4, %if.then56  ret void57 58eh.resume:                                        ; preds = %lpad59  resume { ptr, i32 } undef60}61 62declare i32 @__gxx_personality_v0(...)63 64; Function Attrs: noinline65declare void @_ZNKSt3__16__treeIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findIS5_EENS_21__tree_const_iteratorIS5_PNS_11__tree_nodeIS5_PvEElEERKT_() #0 align 266 67attributes #0 = { noinline "target-cpu"="a2q" }68 69!llvm.module.flags = !{!0}70 71!0 = !{i32 1, !"PIC Level", i32 2}72 73