repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
Transforms
/
FunctionImport
/
Inputs
/
comdat.ll
blob
1df6f25351e58731df01c00cd4d2c6c13d5da5c0
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"
3
4
define void @main() {
5
entry:
6
call i8* @lwt_fun()
7
ret void
8
}
9
10
declare i8* @lwt_fun()