Skip to content

Extend getMaxbits to handle Block type #7590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 3, 2025
Prev Previous commit
Update test/lit/passes/optimize-instructions-mvp.wast
Co-authored-by: Alon Zakai <alonzakai@gmail.com>
  • Loading branch information
xuruiyang2002 and kripken authored Jun 3, 2025
commit 87b33d8aa7449aa4b614967b5b4d9691f361a8ca
2 changes: 1 addition & 1 deletion test/lit/passes/optimize-instructions-mvp.wast
Original file line number Diff line number Diff line change
Expand Up @@ -8490,7 +8490,7 @@
(i64.const 0)
)
)
;; side effects, we must keep this, but
;; side effects. we must keep the tee, but
;; can drop it.
(drop
(i32.and
Expand Down
Loading