[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / llvm / test / CodeGen / PowerPC / fast-isel-icmp-split.ll
blobf23058772a536956445aa5f9cdd3e28e40c0ae57
1 ; RUN: llc -verify-machineinstrs -O0 -relocation-model=pic < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64le-unknown-linux"
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 }
11 ; Function Attrs: noinline
12 define void @_ZN5boost13serialization18extended_type_info4findEPKc() #0 align 2 personality ptr @__gxx_personality_v0 {
13 entry:
14   br i1 undef, label %cond.true, label %cond.false
16 ; CHECK: @_ZN5boost13serialization18extended_type_info4findEPKc
18 cond.true:                                        ; preds = %entry
19   br label %cond.end
21 cond.false:                                       ; preds = %entry
22   unreachable
23                                                   ; No predecessors!
24   br label %cond.end
26 cond.end:                                         ; preds = %0, %cond.true
27   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 %lpad
30 _ZNKSt3__18multisetIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findERKS5_.exit: ; preds = %cond.end
31   br label %invoke.cont
33 invoke.cont:                                      ; preds = %_ZNKSt3__18multisetIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findERKS5_.exit
34   %1 = load ptr, ptr undef, align 8
35   %cmp.i = icmp eq ptr undef, %1
36   br label %invoke.cont.2
38 invoke.cont.2:                                    ; preds = %invoke.cont
39   br i1 %cmp.i, label %if.then, label %if.end
41 if.then:                                          ; preds = %invoke.cont.2
42   br label %cleanup
44 lpad:                                             ; preds = %cond.end
45   %2 = landingpad { ptr, i32 }
46           cleanup
47   br label %eh.resume
49 if.end:                                           ; preds = %invoke.cont.2
50   br label %invoke.cont.4
52 invoke.cont.4:                                    ; preds = %if.end
53   br label %cleanup
55 cleanup:                                          ; preds = %invoke.cont.4, %if.then
56   ret void
58 eh.resume:                                        ; preds = %lpad
59   resume { ptr, i32 } undef
62 declare i32 @__gxx_personality_v0(...)
64 ; Function Attrs: noinline
65 declare void @_ZNKSt3__16__treeIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compareENS_9allocatorIS5_EEE4findIS5_EENS_21__tree_const_iteratorIS5_PNS_11__tree_nodeIS5_PvEElEERKT_() #0 align 2
67 attributes #0 = { noinline "target-cpu"="a2q" }
69 !llvm.module.flags = !{!0}
71 !0 = !{i32 1, !"PIC Level", i32 2}