Files
rust/compiler
Guillaume Gomez 2461d6ccb8 Rollup merge of #143720 - scottmcm:rvalue-always-operand, r=lcnr
Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` too

The conversation in https://github.com/rust-lang/rust/pull/143502#discussion_r2189410911 made be realize how easy this is to handle, since the only possibilty is ZSTs -- everything else ends up with the destination being `LocalKind::Memory` and thus doesn't call `codegen_rvalue_operand` at all.

This gets us perilously close to a world where `rvalue_creates_operand` only ever returns true.  (See rust-lang/rust#143860 for more.)
2025-07-20 15:34:05 +02:00
..
2025-07-17 18:06:26 +08:00
2025-07-17 18:06:26 +08:00
2025-07-17 18:06:26 +08:00
2025-07-18 09:36:38 +02:00
2025-07-01 19:00:21 +00:00
2025-07-18 09:35:11 +02:00
2025-06-28 17:58:21 +08:00