repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
formal.ll
blob
05a6be1075a863c8d4a51a1feb164541c2677244
1
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
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
}