mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
2fc3deed9f
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.