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
/
CodeGen
/
ARM
/
arguments5.ll
blob
388a8ebee670dddddd941832e8816e6fd105ab2d
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi
2
; RUN: llc < %s -mtriple=arm-apple-darwin
3
4
define double @f(i32 %a, i128 %b) {
5
%tmp = call double @g(i128 %b)
6
ret double %tmp
7
}
8
9
declare double @g(i128)