Matthias Krüger
a2122dc1e3
Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errors
...
match lowering: build the `Place` instead of keeping a `PlaceBuilder` around
Outside of `MatchPair::new` we don't construct new places, so we don't need to keep a `PlaceBuilder` around.
A bit annoyingly we have to store an `Option<Place>` even though it's never `None` after simplification, but the alternative would be to re-entangle `MatchPair` construction and simplification and I'd rather not do that.
2024-03-27 05:21:15 +01:00
..
2024-03-13 15:25:35 +00:00
2024-03-22 12:29:42 +00: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-26 21:23:48 +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-24 17:08:15 +01:00
2024-03-22 11:36:58 +01:00
2024-03-22 11:36:58 +01:00
2024-03-26 21:23:48 +01:00
2024-03-26 21:23:47 +01:00
2024-03-22 20:48:36 +01:00
2024-03-26 21:23:51 +01:00
2024-03-25 01:33:46 +00: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-24 17:08:15 +01:00
2024-03-26 21:23:48 +01:00
2024-03-27 05:21:15 +01:00
2024-03-23 18:45:05 +01:00
2024-03-26 21:23:49 +01:00
2024-03-25 13:58:40 -04:00
2024-03-24 01:05:53 +01:00
2024-03-26 21:23:47 +01: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-26 11:03:23 +00:00
2024-03-26 17:06:43 +01:00
2024-03-25 17:05:32 +01:00
2024-03-23 18:45:05 +01:00
2024-03-25 19:39:45 -04: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-22 20:31:29 +01:00
2024-03-26 12:10:51 -04:00
2024-03-22 11:13:29 -04:00
2024-03-23 22:59:41 -07:00