Skip to content

ConstraintAnalysis: Fix parsing of i64 operations - #9029

Open
kripken wants to merge 1 commit into
WebAssembly:mainfrom
kripken:c.i64
Open

ConstraintAnalysis: Fix parsing of i64 operations#9029
kripken wants to merge 1 commit 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
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.

1 participant