[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / Transforms / FunctionImport / Inputs / comdat.ll
blob1df6f25351e58731df01c00cd4d2c6c13d5da5c0
1 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-pc-windows-msvc19.0.24215"
4 define void @main() {
5 entry:
6   call i8* @lwt_fun()
7   ret void
10 declare i8* @lwt_fun()