Files
rust/tests
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-13 14:34:40 +02:00
2025-07-19 20:50:02 -07:00
2025-06-30 07:49:20 -05:00
2025-07-13 13:50:01 +00:00
2025-07-06 09:51:35 +02:00
2025-07-17 08:03:17 +02:00
2025-07-01 15:49:45 +02:00