rust/compiler
bors f3b4c6746a Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiasko
Only run MaybeInitializedPlaces dataflow once to elaborate drops

This pass allows forward dataflow analyses to modify the CFG depending on the dataflow state. This possibility is used for the `MaybeInitializedPlace` analysis in drop elaboration, to skip the dataflow effect of dead unwinds without having to compute dataflow twice.
2023-08-16 23:21:17 +00:00
..
2023-08-14 21:29:19 +02:00
2023-08-14 16:16:51 +00:00
2023-08-15 03:44:21 +00:00
2023-08-16 18:12:18 +00:00
2023-08-10 23:22:03 +00:00