summaryrefslogtreecommitdiff
path: root/test/lit/help
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/help')
-rw-r--r--test/lit/help/wasm-opt.test9
-rw-r--r--test/lit/help/wasm2js.test9
2 files changed, 18 insertions, 0 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test
index e0444ae01..70decf453 100644
--- a/test/lit/help/wasm-opt.test
+++ b/test/lit/help/wasm-opt.test
@@ -173,6 +173,15 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --gto globally optimize GC types
;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa Grand Unified Flow Analysis:
+;; CHECK-NEXT: optimize the entire program
+;; CHECK-NEXT: using information about what
+;; CHECK-NEXT: content can actually appear in
+;; CHECK-NEXT: each location
+;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa-optimizing GUFA plus local optimizations in
+;; CHECK-NEXT: functions we modified
+;; CHECK-NEXT:
;; CHECK-NEXT: --heap2local replace GC allocations with
;; CHECK-NEXT: locals
;; CHECK-NEXT:
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test
index 5d2d29e87..54010cec5 100644
--- a/test/lit/help/wasm2js.test
+++ b/test/lit/help/wasm2js.test
@@ -132,6 +132,15 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --gto globally optimize GC types
;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa Grand Unified Flow Analysis:
+;; CHECK-NEXT: optimize the entire program
+;; CHECK-NEXT: using information about what
+;; CHECK-NEXT: content can actually appear in
+;; CHECK-NEXT: each location
+;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa-optimizing GUFA plus local optimizations in
+;; CHECK-NEXT: functions we modified
+;; CHECK-NEXT:
;; CHECK-NEXT: --heap2local replace GC allocations with
;; CHECK-NEXT: locals
;; CHECK-NEXT: