Bump regalloc2 to 0.5.0 (#5345)

* Bump the regalloc2 dependency to 0.5.0
* Replace preg_set_from_machine_env with PRegSet::from
* Vet the regalloc2 update
This commit is contained in:
Trevor Elliott
2022-11-29 11:25:35 -08:00
committed by GitHub
parent 3b76874834
commit f138fc0ed3
6 changed files with 13 additions and 27 deletions

View File

@@ -26,7 +26,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
bincode = { version = "1.2.1", optional = true }
gimli = { workspace = true, features = ["write"], optional = true }
smallvec = { workspace = true }
regalloc2 = { version = "0.4.2", features = ["checker"] }
regalloc2 = { version = "0.5.0", features = ["checker"] }
souper-ir = { version = "2.1.0", optional = true }
sha2 = { version = "0.10.2", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.