Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Wasm: do not sign extend bools #8322

Merged
merged 1 commit into from
Sep 13, 2020
Merged

Wasm: do not sign extend bools #8322

merged 1 commit into from
Sep 13, 2020

Conversation

yowl
Copy link
Contributor

@yowl yowl commented Sep 13, 2020

This PR fixes an issue where operands of boolean expressions, if they were bools, where getting sign extended from i1 to i32.

Fixes: #8321

@jkotas jkotas merged commit 9fd5738 into dotnet:master Sep 13, 2020
@yowl yowl deleted the wasm-bool-equals branch September 13, 2020 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wasm: EqualityComparer<T> failure
2 participants