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
[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git]
/
llvm
/
test
/
MC
/
WebAssembly
/
type-checker-disabled.s
blob
6840711d36f452c7271995318eb180f9782e7740
1
# RUN: llvm-mc -triple=wasm32 -no-type-check %s 2>&1
2
3
# Check no errors are produced when type checking is disabled.
4
5
correctly_typed
:
6
.functype correctly_typed () -> (i32)
7
i32.const
1
8
end_function
9
10
incorrectly_typed
:
11
.functype incorrectly_typed () -> (i32)
12
nop
13
end_function