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-05-10 23:41:06 +00:00
2023-04-21 02:14:02 -07:00
2023-05-16 19:53:38 +02:00
2023-05-17 01:57:21 +02:00
2023-05-25 16:43:14 +00:00