[Alignment][NFC] Migrate Instructions to Align
[llvm-core.git] / test / ThinLTO / X86 / Inputs / cfi-icall-only-bazqux.ll
blob94186ae16216989b04d01761e2acc9dcbfa3289c
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(i8*)
5 declare i1 @llvm.type.test(i8* %ptr, metadata %type) nounwind readnone
7 define i8 @baz(i8* %p) !type !0 {
8   %x = call i1 @llvm.type.test(i8* %p, metadata !"t1")
9   %1 = select i1 %x, i8 0, i8 3
10   ret i8 %1
13 define i8 @qux(i8* %p) !type !0 {
14   %x = call i1 @llvm.type.test(i8* %p, metadata !"t1")
15   ret i8 4
18 define i8 @g(i1 %i, i8* %p) {
19   %1 = select i1 %i, i8(i8*)* @bar, i8(i8*)* @qux
20   %2 = call i8 %1(i8* %p)
21   ret i8 %2
24 !0 = !{i64 0, !"t1"}