rust/compiler/rustc_codegen_ssa
Trevor Gross 1ead0a5ef3
Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco
Improve intrinsic handling in cg_ssa

* Move all intrinsic handling code to the start of `codegen_call_terminator`.
* Push some intrinsic handling code into `codegen_intrinsic_call`.
* Don't depend on FnAbi for intrinsics.
2025-05-28 10:28:09 -04:00
..
src Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco 2025-05-28 10:28:09 -04:00
Cargo.toml Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin 2025-05-19 13:24:54 +10:00
messages.ftl make enabling the neon target feature a FCW 2025-05-22 12:19:25 +02:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.