Upgrade to regalloc2 0.4.1. (#4945)

* Upgrade to regalloc2 0.4.1.

Incorporates bytecodealliance/regalloc2#85, which fixes a fuzzbug
related to constraints and liverange splits.

* Add audit of regalloc2 upgrade.
This commit is contained in:
Chris Fallin
2022-09-22 17:00:06 -07:00
committed by GitHub
parent 3f8cccfb59
commit 19bd8687ac
3 changed files with 9 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2401,9 +2401,9 @@ dependencies = [
[[package]]
name = "regalloc2"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ffba626f895ce5b8b97614bafa3fd59623490fe82f0fa8046dba6664a37b51"
checksum = "69025b4a161879ba90719837c06621c3d73cffa147a000aeacf458f6a9572485"
dependencies = [
"fxhash",
"log",