Skip to content

Commit c303248

Browse files
authored
[Custom Descriptors] Optimize branching descriptor casts (#7727)
Update RemoveUnusedBrs to optimize br_on_cast_desc and br_on_cast_desc_fail in addition to the existing branching casts.
1 parent dcaf833 commit c303248

File tree

3 files changed

+983
-162
lines changed

3 files changed

+983
-162
lines changed

scripts/test/fuzzing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
'gto-desc.wast',
131131
'type-ssa-desc.wast',
132132
'abstract-type-refining-desc.wast',
133+
'remove-unused-brs-desc.wast',
133134
# TODO: fix split_wast() on tricky escaping situations like a string ending
134135
# in \\" (the " is not escaped - there is an escaped \ before it)
135136
'string-lifting-section.wast',

0 commit comments

Comments
 (0)