dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

Wasm: do not sign extend bools #8322

Closed yowl closed 3 years ago

yowl commented 3 years ago

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

Fixes: #8321