rust/tests/mir-opt/building/match
Nadrieril 3e030b38ef Return the otherwise_block instead of passing it as argument
This saves a few blocks and matches the common `unpack!` paradigm.
2024-07-09 22:47:35 +02:00
..
deref-patterns
exponential_or.match_tuple.SimplifyCfg-initial.after.mir
exponential_or.rs
match_false_edges.full_tested_match2.built.after.mir Return the otherwise_block instead of passing it as argument 2024-07-09 22:47:35 +02:00
match_false_edges.full_tested_match.built.after.mir Return the otherwise_block instead of passing it as argument 2024-07-09 22:47:35 +02:00
match_false_edges.main.built.after.mir Return the otherwise_block instead of passing it as argument 2024-07-09 22:47:35 +02:00
match_false_edges.rs
never_patterns.opt1.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.opt2.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.opt3.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.rs Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
simple_match.match_bool.built.after.mir Return the otherwise_block instead of passing it as argument 2024-07-09 22:47:35 +02:00
simple_match.match_enum.built.after.mir Return the otherwise_block instead of passing it as argument 2024-07-09 22:47:35 +02:00
simple_match.rs Add test 2024-06-27 11:26:34 +02:00
sort_candidates.constant_eq.SimplifyCfg-initial.after.mir Don't try to save an extra block 2024-07-09 22:47:35 +02:00
sort_candidates.disjoint_ranges.SimplifyCfg-initial.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
sort_candidates.rs Add SingleUseConsts mir-opt pass 2024-06-10 00:06:02 -07:00