summaryrefslogtreecommitdiff
path: root/test/lit/passes/dce-eh-legacy.wast
diff options
context:
space:
mode:
authorSébastien Doeraene <sjrdoeraene@gmail.com>2024-08-21 00:43:25 +0200
committerGitHub <noreply@github.com>2024-08-20 15:43:25 -0700
commit340ad71810484c279b1a36a9a7e458c9b18855b9 (patch)
tree4167b08dea6f5ffcdb975d90eb6f3c7925f628e0 /test/lit/passes/dce-eh-legacy.wast
parent2c9c74d8b64e1776c6c374af8631995b0be606f1 (diff)
downloadbinaryen-340ad71810484c279b1a36a9a7e458c9b18855b9.tar.gz
binaryen-340ad71810484c279b1a36a9a7e458c9b18855b9.tar.bz2
binaryen-340ad71810484c279b1a36a9a7e458c9b18855b9.zip
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
* Add interpreter support for exnref values. * Fix optimization passes to support try_table. * Enable the interpreter (but not in V8, see code) on exceptions.
Diffstat (limited to 'test/lit/passes/dce-eh-legacy.wast')
-rw-r--r--test/lit/passes/dce-eh-legacy.wast26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lit/passes/dce-eh-legacy.wast b/test/lit/passes/dce-eh-legacy.wast
index 120ec4e11..ef6d569d6 100644
--- a/test/lit/passes/dce-eh-legacy.wast
+++ b/test/lit/passes/dce-eh-legacy.wast
@@ -79,32 +79,6 @@
(call $foo) ;; should be dce'd
)
- ;; CHECK: (func $throw (type $0)
- ;; CHECK-NEXT: (block $label$0
- ;; CHECK-NEXT: (block $label$1
- ;; CHECK-NEXT: (throw $e)
- ;; CHECK-NEXT: )
- ;; CHECK-NEXT: )
- ;; CHECK-NEXT: )
- (func $throw
- ;; All these wrapping expressions before 'throw' will be dce'd
- (drop
- (block $label$0 (result externref)
- (if
- (i32.clz
- (block $label$1 (result i32)
- (throw $e)
- )
- )
- (then
- (nop)
- )
- )
- (ref.null extern)
- )
- )
- )
-
;; CHECK: (func $rethrow (type $0)
;; CHECK-NEXT: (try $l0
;; CHECK-NEXT: (do