diff options
author | Alon Zakai <azakai@google.com> | 2022-06-06 13:24:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 13:24:11 -0700 |
commit | ec88ea6df0925ae0e648b26d327239e946de48a6 (patch) | |
tree | 78b92a32e971025e370c8cdbcfcd0538b540c33e /test/lit/help/wasm2js.test | |
parent | b6040f5834c9ab7d52fc257cd65f3384304a73cf (diff) | |
download | binaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.tar.gz binaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.tar.bz2 binaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.zip |
Restore and fix SpillPointers pass (#4570)
We have some possible use cases for this pass, and so are restoring
it.
This reverts the removal in #3261, fixes compile errors in internal API
changes since then, and flips the direction of the stack for the
wasm backend.
Diffstat (limited to 'test/lit/help/wasm2js.test')
-rw-r--r-- | test/lit/help/wasm2js.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index 5c0f249e3..917b8750a 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -346,6 +346,9 @@ ;; CHECK-NEXT: --souperify-single-use emit Souper IR in text form ;; CHECK-NEXT: (single-use nodes only) ;; CHECK-NEXT: +;; CHECK-NEXT: --spill-pointers spill pointers to the C stack +;; CHECK-NEXT: (useful for Boehm-style GC) +;; CHECK-NEXT: ;; CHECK-NEXT: --ssa ssa-ify variables so that they ;; CHECK-NEXT: have a single assignment ;; CHECK-NEXT: |