rust/compiler/rustc_codegen_ssa
Scott McMurray 58d7c2d5a7 Make UB transmutes really UB in LLVM
Ralf suggested in <https://github.com/rust-lang/rust/pull/143410#discussion_r2184928123> that UB transmutes shouldn't be trapping, which happened for the one path that PR was changing, but there's another path as well, so this PR changes that other path to match.
2025-07-09 22:30:15 -07:00
..
2025-07-09 22:30:15 -07:00

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