Skip to content

Conversation

@MaxGraey
Copy link
Contributor

It's first part of #4265

(i32(x) == 0) & (i32(y) == 0)   ==>   i32(x | y) == 0
(i64(x) == 0) & (i64(y) == 0)   ==>   i64(x | y) == 0

@kripken kripken merged commit 62c5209 into WebAssembly:main Nov 16, 2021
@MaxGraey MaxGraey deleted the combine-and-eq-zeros branch November 16, 2021 23:01
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