Skip to content

Commit

Permalink
Update RELEASES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Jun 27, 2022
1 parent 2f5bebd commit 3d527fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Expand Up @@ -13,6 +13,14 @@ Released 2022-06-27.
including Wasmtime.
[regalloc2#60](https://github.com/bytecodealliance/regalloc2/pull/60)

* A bug in the 8-bit lowering of integer division on x86-64 was fixed in
Cranelift that could cause a register allocator panic due to an undefined
value in a register. (The divide instruction does not take a register `rdx`
as a source when 8 bits but the metadata incorrectly claimed it did.) No
impact on Wasm/Wasmtime users, and impact on direct Cranelift embedders
limited to compilation panics.
[#4332](https://github.com/bytecodealliance/wasmtime/pull/4332)

--------------------------------------------------------------------------------

## 0.38.0
Expand Down

0 comments on commit 3d527fb

Please sign in to comment.