diff options
author | Ng Zhi An <zhin@chromium.org> | 2021-09-23 12:38:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 12:38:06 -0700 |
commit | 31252873463fd142a1eabb71b965da04a23a00e2 (patch) | |
tree | 0fe663c3e5ec0d95a0148e888837b50790e6ac29 /test/lit/help/wasm-reduce.test | |
parent | 675295888609a688ee81dc9ad2024169da5aa7ed (diff) | |
download | binaryen-31252873463fd142a1eabb71b965da04a23a00e2.tar.gz binaryen-31252873463fd142a1eabb71b965da04a23a00e2.tar.bz2 binaryen-31252873463fd142a1eabb71b965da04a23a00e2.zip |
Add feature flag for relaxed-simd (#4183)
Diffstat (limited to 'test/lit/help/wasm-reduce.test')
-rw-r--r-- | test/lit/help/wasm-reduce.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/help/wasm-reduce.test b/test/lit/help/wasm-reduce.test index a75eeae9d..3d6894d89 100644 --- a/test/lit/help/wasm-reduce.test +++ b/test/lit/help/wasm-reduce.test @@ -83,6 +83,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-gc-nn-locals Disable GC non-null locals ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-relaxed-simd Enable relaxed SIMD +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-relaxed-simd Disable relaxed SIMD +;; CHECK-NEXT: ;; CHECK-NEXT: --no-validation,-n Disables validation, assumes inputs are ;; CHECK-NEXT: correct ;; CHECK-NEXT: |