Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion benchmarks/wasm/btree/2o1u-unlabeled.wat
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,10 @@
i32.eq
i32.and
i32.and
drop)
i32.eqz
if ;; label = @1
unreachable
end)
(func (;7;) (type 4)
i32.const 3
i32.const 2
Expand Down
4 changes: 3 additions & 1 deletion benchmarks/wasm/btree/2o1u.wat
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,9 @@
(i32.eq)
(i32.and)
(i32.and)
(drop)
;; last functional check
(i32.eqz)
(if (then (unreachable)))
)
(export "main" (func $real_main))
(func $real_main
Expand Down
Loading
Loading