summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm2js.test
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-07-10 12:15:22 -0700
committerGitHub <noreply@github.com>2024-07-10 12:15:22 -0700
commit37a86d558994415e722e7f62f5784b1a8b8b4832 (patch)
tree282342051d33146bbda303ef97587b652b148d6a /test/lit/help/wasm2js.test
parent76f661203f98820ebc6840ecf627a5eafc038403 (diff)
downloadbinaryen-37a86d558994415e722e7f62f5784b1a8b8b4832.tar.gz
binaryen-37a86d558994415e722e7f62f5784b1a8b8b4832.tar.bz2
binaryen-37a86d558994415e722e7f62f5784b1a8b8b4832.zip
[StackIR] Allow StackIR to be disabled from the commandline (#6725)
Normally we use it when optimizing (above a certain level). This lets the user prevent it from being used even then. Also add optimization options to wasm-metadce so that this is possible there as well and not just in wasm-opt (this also opens the door to running more passes in metadce, which may be useful later).
Diffstat (limited to 'test/lit/help/wasm2js.test')
-rw-r--r--test/lit/help/wasm2js.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test
index 8e305cfb9..ca731d277 100644
--- a/test/lit/help/wasm2js.test
+++ b/test/lit/help/wasm2js.test
@@ -713,6 +713,9 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --print-stack-ir print StackIR during writing
;; CHECK-NEXT:
+;; CHECK-NEXT: --no-stack-ir do not use StackIR (even when it
+;; CHECK-NEXT: is the default)
+;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: General options:
;; CHECK-NEXT: ----------------