1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 declare !type !0 i8 @bar(ptr)
5 declare i1 @llvm.type.test(ptr %ptr, metadata %type) nounwind readnone
7 define i8 @baz(ptr %p) !type !0 {
8 %x = call i1 @llvm.type.test(ptr %p, metadata !"t1")
9 %1 = select i1 %x, i8 0, i8 3
13 define i8 @qux(ptr %p) !type !0 {
14 %x = call i1 @llvm.type.test(ptr %p, metadata !"t1")
18 define i8 @g(i1 %i, ptr %p) {
19 %1 = select i1 %i, ptr @bar, ptr @qux
20 %2 = call i8 %1(ptr %p)