diff options
author | Ashley Nelson <nashley@google.com> | 2023-11-12 22:38:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 06:38:30 +0000 |
commit | 84f51cd5af96ef4d9e157452d98965301251016a (patch) | |
tree | 9b6a1c555fc432516cd83668f8dcc6ff7ccca590 /test/lit/help | |
parent | af93434115800f5b7d85eb81cb774db287f1b3b7 (diff) | |
download | binaryen-84f51cd5af96ef4d9e157452d98965301251016a.tar.gz binaryen-84f51cd5af96ef4d9e157452d98965301251016a.tar.bz2 binaryen-84f51cd5af96ef4d9e157452d98965301251016a.zip |
[Outlining] Adds Outlining pass (#6110)
Adds an outlining pass that performs outlining on a module end to end, and two tests.
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-opt.test | 2 | ||||
-rw-r--r-- | test/lit/help/wasm2js.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index 95d25cc61..b18c312ff 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -317,6 +317,8 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --optimize-stack-ir optimize Stack IR ;; CHECK-NEXT: +;; CHECK-NEXT: --outlining outline instructions +;; CHECK-NEXT: ;; CHECK-NEXT: --pick-load-signs pick load signs based on their ;; CHECK-NEXT: uses ;; CHECK-NEXT: diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index d3df47eb6..129374049 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -276,6 +276,8 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --optimize-stack-ir optimize Stack IR ;; CHECK-NEXT: +;; CHECK-NEXT: --outlining outline instructions +;; CHECK-NEXT: ;; CHECK-NEXT: --pick-load-signs pick load signs based on their ;; CHECK-NEXT: uses ;; CHECK-NEXT: |