mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() Now that we require at least LLVM 13, that codegen backend is always using its intrinsic `fptosi.sat` and `fptoui.sat` conversions, so it doesn't need the manual implementation. However, the GCC backend still needs it, so we can move all of that code down there. |
||
---|---|---|
.. | ||
abi.rs | ||
asm.rs | ||
backend.rs | ||
builder.rs | ||
consts.rs | ||
coverageinfo.rs | ||
debuginfo.rs | ||
declare.rs | ||
intrinsic.rs | ||
misc.rs | ||
mod.rs | ||
statics.rs | ||
type_.rs | ||
write.rs |