diff options
| author | Thomas Lively <tlively@google.com> | 2018-09-25 03:39:28 +0000 | 
|---|---|---|
| committer | Thomas Lively <tlively@google.com> | 2018-09-25 03:39:28 +0000 | 
| commit | 12da0f9c3d9a5a1ec91f339f45c99dd8f27eb869 (patch) | |
| tree | 10f85f913c2bcb8836e05f3071a1972a6e821902 /llvm/test/MC/WebAssembly/simd-encodings.s | |
| parent | 6da5366ea9f92c1318a8b360062668c8e25a08e8 (diff) | |
| download | bcm5719-llvm-12da0f9c3d9a5a1ec91f339f45c99dd8f27eb869.tar.gz bcm5719-llvm-12da0f9c3d9a5a1ec91f339f45c99dd8f27eb869.zip  | |
[WebAssembly] SIMD sqrt
Reviewers: aheejin, dschuff
Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D52387
llvm-svn: 342937
Diffstat (limited to 'llvm/test/MC/WebAssembly/simd-encodings.s')
| -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  | 

