diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly')
-rw-r--r-- | llvm/test/MC/WebAssembly/simd-encodings.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s index b8856d6dbc2..6c4e45c216a 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodings.s @@ -355,4 +355,10 @@ # CHECK: f64x2.mul # encoding: [0xfd,0x8c] f64x2.mul + # CHECK: f32x4.sqrt # encoding: [0xfd,0x8d] + f32x4.sqrt + + # CHECK: f64x2.sqrt # encoding: [0xfd,0x8e] + f64x2.sqrt + end_function |