Upgrade to regalloc2 v0.2.3 to get bugfix from bytecodealliance/regalloc2#60. (#4335)

* Upgrade to regalloc2 v0.2.3 to get bugfix from bytecodealliance/regalloc2#60.

* Update RELEASES.md.

* Update two compile tests based on slightly shifting regalloc output.
This commit is contained in:
Chris Fallin
2022-06-27 13:58:54 -07:00
committed by GitHub
parent 82a31680d6
commit 0d829a57ee
5 changed files with 28 additions and 13 deletions

View File

@@ -24,6 +24,21 @@ Unreleased.
--------------------------------------------------------------------------------
## 0.38.1
Released 2022-06-27.
### Fixed.
* A register allocator bug was fixed that could affect direct users of
Cranelift who use struct-return (`sret`) arguments. The bug had to do with
the handling of physical register constraints in the function prologue. No
impact should be possible for users of Cranelift via the Wasm frontend,
including Wasmtime.
[regalloc2#60](https://github.com/bytecodealliance/regalloc2/pull/60)
--------------------------------------------------------------------------------
## 0.38.0
Released 2022-06-21