summaryrefslogtreecommitdiff
path: root/test/lit/passes/dce_all-features.wast
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-05-19 13:47:32 -0500
committerGitHub <noreply@github.com>2023-05-19 11:47:32 -0700
commitb7b1d0df29df14634d2c680d1d2c351b624b4fbb (patch)
tree808bd70c6502ba2ba3ef275048c89deaedbe5077 /test/lit/passes/dce_all-features.wast
parente42a58696059fd1cadcf25e10223b979214984b3 (diff)
downloadbinaryen-b7b1d0df29df14634d2c680d1d2c351b624b4fbb.tar.gz
binaryen-b7b1d0df29df14634d2c680d1d2c351b624b4fbb.tar.bz2
binaryen-b7b1d0df29df14634d2c680d1d2c351b624b4fbb.zip
Update br_on_cast binary and text format (#5734)
The final versions of the br_on_cast and br_on_cast_fail instructions have two reference type annotations: one for the input type and one for the cast target type. In the binary format, this is represented as a flags byte followed by two encoded heap types. Since these instructions have been in flux for a while, do not attempt to maintain backward compatibility with older versions of the instructions. Instead, upgrade all of the tests at once to use the new versions of the instructions. Drop some binary tests of deprecated instruction encodings that would be more effort to update than they're worth.
Diffstat (limited to 'test/lit/passes/dce_all-features.wast')
-rw-r--r--test/lit/passes/dce_all-features.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/dce_all-features.wast b/test/lit/passes/dce_all-features.wast
index adddfd3cc..47838dbd6 100644
--- a/test/lit/passes/dce_all-features.wast
+++ b/test/lit/passes/dce_all-features.wast
@@ -1421,7 +1421,7 @@
(func $br_on_cast_fail (result (ref any))
(block $label$1 (result (ref none))
;; Similar to the above, but using br_on_cast_fail.
- (br_on_cast_fail $label$1 null struct
+ (br_on_cast_fail $label$1 anyref structref
(unreachable)
)
(unreachable)