Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3

Sync cg clif 2024 12 06

The main highlights this time are a Cranelift update disabling the clif ir verifier by default for better performance.

r? `@ghost`

`@rustbot` label +A-codegen +A-cranelift +T-compiler
This commit is contained in:
bors 2024-12-06 15:49:11 +00:00
commit cdeddae4f6
30 changed files with 398 additions and 428 deletions

View file

@ -535,6 +535,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"regalloc2",
"region",
"rustc-hash",
"serde",
"serde_derive",
"slice-group-by",
"smallvec",
"stable_deref_trait",