bors 089677eb32 Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot
MIR: opt-in normalization of `BasicBlock` and `Local` numbering

This doesn't matter at all for actual codegen, but after spending some time reading pre-codegen MIR, I was wishing I didn't have to jump around so much in reading post-inlining code.

So this add two passes that are off by default for every mir level, but can be enabled (`-Zmir-enable-passes=+ReorderBasicBlocks,+ReorderLocals`) for humans.
2023-05-28 21:53:56 +00:00
..
2023-04-17 16:09:18 -04:00
2023-05-07 11:10:52 +00:00
2023-05-17 12:18:55 +00:00
2023-05-15 20:27:12 +00:00
2023-05-25 17:40:46 +00:00
2023-05-15 20:27:12 +00:00
2023-04-21 02:14:02 -07:00
2023-05-15 20:27:12 +00:00
2023-04-10 22:02:52 +02:00