rust/compiler/rustc_codegen_ssa
Dylan DPC b8725520af
Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errors
Fix a couple ICEs in the new `CastKind::Transmute` code

Check the sizes of the immediates, rather than the overall types, when deciding whether we can convert types without going through memory.

Fixes #110005
Fixes #109992
Fixes #110032
cc `@matthiaskrgr`
2023-04-10 14:13:14 +05:30
..
src Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errors 2023-04-10 14:13:14 +05:30
Cargo.toml
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00
README.md

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