repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
ARM
/
formal.ll
blob
4ac10badea976004e2a650de34a035b3a81557ff
1
; RUN: llc < %s -march=arm -mattr=+vfp2
2
3
declare void @bar(i64 %x, i64 %y)
4
5
define void @foo() {
6
call void @bar(i64 2, i64 3)
7
ret void
8
}