Matthias Krüger
94e8c6c334
Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obk
...
match lowering: consistently merge simple or-patterns
There are two places where we expand or-patterns in match lowering: the main one is `test_candidates_with_or`, and there's one in `match_candidates` that's an optimization for the simple case where the whole pattern is just one or-pattern.
To reduce duplication, we merge or-pattern alternatives into a single block when possible, but we only to that in `test_candidates_with_or`. This PR fixes this oversight and merges them in `match_candidates` too.
This is a part of splitting up https://github.com/rust-lang/rust/pull/122046 into smaller bits.
2024-03-26 17:06:41 +01:00
..
2024-03-13 15:25:35 +00:00
2024-03-22 12:29:42 +00:00
2024-03-08 23:20:29 -05:00
2024-03-22 20:48:36 +01:00
2024-03-22 11:36:58 +01:00
2024-03-22 11:36:58 +01:00
2024-03-11 09:15:09 +11:00
2024-03-25 17:05:33 +01:00
2024-03-23 00:37:05 +00:00
2024-03-25 17:05:36 +01:00
2024-03-24 17:08:16 +01:00
2024-03-26 06:46:43 +00:00
2024-03-25 17:05:32 +01:00
2024-03-26 00:04:03 +00:00
2024-03-21 09:01:18 +00:00
2024-03-26 00:04:03 +00:00
2024-03-19 00:04:09 +00:00
2024-03-05 12:14:49 +11:00
2024-03-24 17:08:15 +01:00
2024-03-22 11:36:58 +01:00
2024-03-22 11:36:58 +01:00
2024-03-05 12:14:49 +11:00
2024-03-22 20:48:36 +01:00
2024-03-26 10:52:11 +00:00
2024-03-22 20:48:36 +01:00
2024-03-25 17:05:33 +01:00
2024-03-25 01:33:46 +00:00
2024-03-06 16:54:42 +01:00
2024-03-19 16:32:01 +00:00
2024-03-24 01:05:51 +01:00
2024-03-24 17:08:15 +01:00
2024-03-17 23:35:19 +00:00
2024-03-24 14:57:57 +00:00
2024-03-16 23:28:47 +01:00
2024-03-17 10:11:04 -07:00
2024-03-11 10:06:34 +11:00
2024-03-24 17:08:15 +01:00
2024-03-26 02:07:49 +00:00
2024-03-25 23:52:17 +01:00
2024-03-23 18:45:05 +01:00
2024-03-26 17:06:39 +01:00
2024-03-25 13:58:40 -04:00
2024-03-24 01:05:53 +01:00
2024-03-25 13:08:07 +11:00
2024-03-16 22:33:02 +00:00
2024-03-25 14:35:34 -07:00
2024-03-22 11:13:29 -04:00
2024-03-22 20:36:21 +01:00
2024-03-12 05:31:41 +01:00
2024-03-12 09:04:00 -07:00
2024-03-26 17:06:38 +01:00
2024-03-08 20:56:25 +00:00
2024-03-25 17:05:32 +01:00
2024-03-23 18:45:05 +01:00
2024-03-23 18:45:05 +01:00
2024-03-26 17:06:40 +01:00
2024-03-23 22:59:40 -07:00
2024-03-25 09:59:37 +00:00
2024-03-07 06:27:09 +00:00
2024-03-22 20:31:29 +01:00
2024-03-22 18:07:15 -07:00
2024-03-22 11:13:29 -04:00
2024-03-23 22:59:41 -07:00