rust/compiler/rustc_codegen_ssa/src/mir
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
..
analyze.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
block.rs Fix MSVC build 2023-04-06 09:34:16 +01:00
constant.rs ADD - create and emit Bug support for Diagnostics 2022-12-27 20:59:22 -05:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber 2023-04-04 09:27:44 -07:00
intrinsic.rs Stop implementing _with_overflow intrinsics in codegen backends. 2023-02-18 22:06:29 +00:00
mod.rs Fix MSVC build 2023-04-06 09:34:16 +01:00
operand.rs Check CastKind::Transmute sizes in a better way 2023-04-06 13:53:10 -07:00
place.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
rvalue.rs Handle not all immediates having abi::Scalars 2023-04-09 11:16:50 -07:00
statement.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00