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
[AArch64][SME2] Add multi-vector saturating doubling multiply high intrinsics
[llvm-project.git]
/
lld
/
test
/
wasm
/
Inputs
/
sig_mismatch.s
blob
c34ae4b1e088a323bd15a96255a3993dbe3f0945
1
.globl foo
2
foo
:
3
.functype foo (f32) -> (i32)
4
i32.const
0
5
end_function
6
7
8
.globl call_foo
9
call_foo
:
10
.functype call_foo () -> (i32)
11
f32.const
0.0
12
call foo
13
end_function