Skip to content

ConstraintAnalysis: Fix parsing of i64 operations - #9029

Merged
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:c.i64
Aug 21, 2026
Merged

ConstraintAnalysis: Fix parsing of i64 operations#9029
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:c.i64

Conversation

@kripken

@kripken kripken commented Aug 20, 2026

Copy link
Copy Markdown
Member

A silly bug: i64.eqz etc. return i32s, not i64s, but we were checking with
the type of the result. We need to check with the type of the inputs.

@kripken
kripken requested a review from a team as a code owner August 20, 2026 22:56
@kripken
kripken requested review from stevenfontanella and removed request for a team August 20, 2026 22:56
Comment thread test/lit/passes/constraint-analysis.wast Outdated
@kripken
kripken enabled auto-merge (squash) August 21, 2026 18:03
@kripken
kripken merged commit cafd9c3 into WebAssembly:main Aug 21, 2026
16 checks passed
@kripken
kripken deleted the c.i64 branch August 21, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants