rust/compiler/rustc_monomorphize/src
bors db3e99bbab Auto merge of #150605 - RalfJung:fallback-intrinsic-skip, r=mati865
skip codegen for intrinsics with big fallback bodies if backend does not need them

This hopefully fixes the perf regression from https://github.com/rust-lang/rust/pull/148478. I only added the intrinsics with big fallback bodies to the list; it doesn't seem worth the effort of going through the entire list.

Fixes https://github.com/rust-lang/rust/issues/149945
Cc @scottmcm @bjorn3
2026-02-04 17:12:58 +00:00
..
collector rlib handling 2025-11-19 00:17:37 -05:00
graph_checks Ensure that static initializers are acyclic for NVPTX 2026-01-06 17:00:21 +01:00
mono_checks mono: require target feature for scalable vectors 2025-12-16 11:01:26 +00:00
collector.rs Auto merge of #150605 - RalfJung:fallback-intrinsic-skip, r=mati865 2026-02-04 17:12:58 +00:00
errors.rs Convert to inline diagnostics in rustc_monomorphize 2026-02-03 22:44:22 +01:00
lib.rs Convert to inline diagnostics in rustc_monomorphize 2026-02-03 22:44:22 +01:00
partitioning.rs Remove Deref/DerefMut impl for Providers. 2026-01-14 15:55:59 +11:00
util.rs Move users of span_to_embeddable_string to span_to_diagnostic_string 2025-12-12 07:32:25 +01:00