mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-13 23:58:34 +00:00

Improve intrinsic handling in cg_ssa (part 2) * Avoid computing function type and signature for intrinsics where possible * Nicer handling of bool returning intrinsics Follow up to https://github.com/rust-lang/rust/pull/141404
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.