[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / Transforms / FunctionImport / Inputs / funcimport_resolved1.ll
blob2b2443c96afeb3394cf0f1aa5757f339ea798014
1 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-apple-macosx10.11.0"
4 define void @foo() {
5   call void @linkonceodrfunc()
6   call void @linkonceodrfunc2()
7   ret void
10 define linkonce_odr void @linkonceodrfunc() {
11   call void @f()
12   call void @f()
13   call void @f()
14   call void @f()
15   call void @f()
16   call void @f()
17   call void @f()
18   ret void
21 define linkonce_odr void @linkonceodrfunc2() {
22   call void @f()
23   call void @f()
24   call void @f()
25   call void @f()
26   call void @f()
27   call void @f()
28   call void @f()
29   ret void
32 define internal void @f() {
33   ret void