Bump regalloc in Cranelift (#3558)

This regalloc version contains a performance fix around creation of
very large logs that might be unused.
This commit is contained in:
Benjamin Bouvier
2021-11-23 16:09:31 +01:00
committed by GitHub
parent ec43254292
commit 9f6efe0e22
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
bincode = { version = "1.2.1", optional = true }
gimli = { version = "0.25.0", default-features = false, features = ["write"], optional = true }
smallvec = { version = "1.6.1" }
regalloc = { version = "0.0.32" }
regalloc = { version = "0.0.33" }
souper-ir = { version = "2.1.0", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary