[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / ThinLTO / X86 / Inputs / funcimport.ll
blobe0df9e0e7c0d7a79267ac36425bfcd1b49ffc4a5
1 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-apple-macosx10.11.0"
5 define i32 @main() #0 {
6 entry:
7   call void (...) @weakalias()
8   call void (...) @analias()
9   %call = call i32 (...) @referencestatics()
10   %call1 = call i32 (...) @referenceglobals()
11   %call2 = call i32 (...) @referencecommon()
12   call void (...) @setfuncptr()
13   call void (...) @callfuncptr()
14   call void (...) @callweakfunc()
15   ret i32 0
18 declare void @weakalias(...) #1
20 declare void @analias(...) #1
22 declare i32 @referencestatics(...) #1
24 declare i32 @referenceglobals(...) #1
26 declare i32 @referencecommon(...) #1
28 declare void @setfuncptr(...) #1
30 declare void @callfuncptr(...) #1
32 declare void @callweakfunc(...) #1