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 508 forks source link

Wasm: bring add and sub overflow operations in line with mul #8284

Closed yowl closed 4 years ago

yowl commented 4 years ago

This PR uses the LLVM intrinsics for add/sub operations with overflows.

depends: #8259