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
/
missing-features.s
blob
77ac4676ee0f84a2a9b8b291bb6e63c760e57e17
1
# RUN: not llvm-mc -triple=wasm32-unknown-unknown < %s 2>&1 | FileCheck %s
2
3
# Check that missing features are named in the error message
4
5
# CHECK: error: instruction requires: simd128
6
needs_simd
:
7
.functype needs_simd () -> (v128)
8
i32.const
42
9
i32x4.splat
10
drop
11
end_function