rust/tests/mir-opt/issues
dianqk 37f83fb11d
Use Copy in the SwitchInt terminator
Move can be used only when both the compared operand and the operand on switch are move operands.
This commit directly changes to Copy, because I don't know if Move has beneficial.
2026-01-12 18:16:39 +08:00
..
issue_59352.num_to_digit.PreCodegen.after.32bit.panic-abort.mir Use Copy in the SwitchInt terminator 2026-01-12 18:16:39 +08:00
issue_59352.num_to_digit.PreCodegen.after.32bit.panic-unwind.mir Use Copy in the SwitchInt terminator 2026-01-12 18:16:39 +08:00
issue_59352.num_to_digit.PreCodegen.after.64bit.panic-abort.mir Use Copy in the SwitchInt terminator 2026-01-12 18:16:39 +08:00
issue_59352.num_to_digit.PreCodegen.after.64bit.panic-unwind.mir Use Copy in the SwitchInt terminator 2026-01-12 18:16:39 +08:00
issue_59352.rs Inline FnOnce once again 2025-03-03 23:30:18 +00:00
issue_75439.foo.MatchBranchSimplification.diff mir-opt: execute MatchBranchSimplification after GVN 2025-04-21 21:46:44 +08:00
issue_75439.rs Add FileCheck annotations to mir-opt/issues 2025-01-04 12:53:07 +00:00