rust/compiler
Scott McMurray 0586c63e07 Allow Rvalue::Repeat to return true in rvalue_creates_operand too
The conversation in 143502 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.  I'll try out such a world next :)
2025-07-19 20:50:02 -07: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