-
Notifications
You must be signed in to change notification settings - Fork 771
Pull requests: WebAssembly/binaryen
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
OptimizeInstructions: Optimize
unsigned(x) >= 0 => i32(1)
even with side effects
#7429
opened Apr 2, 2025 by
xuruiyang2002
Loading…
OptimizeInstructions: Optimize unsigned(x) < 0 => i32(0) even with side effects
#7428
opened Apr 2, 2025 by
xuruiyang2002
Loading…
use Owi to check for equivalence of the fuzzer-generated programs
#7420
opened Mar 30, 2025 by
zapashcanon
•
Draft
[CI] Update to latest alpine linux container image. NFC
#7381
opened Mar 20, 2025 by
sbc100
Loading…
Implement handling of multiple independent groups in Relooper
#7025
opened Oct 21, 2024 by
vyom1611
Loading…
Add optimization from
x < 0 || x > POSITIVE_CONST
to unsigned(x) > POSITIVE_CONST
#6999
opened Oct 11, 2024 by
i582
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.