Files
rust/compiler/rustc_codegen_ssa/src
bors e1df625306 Auto merge of #96601 - tmiasko:ssa-rpo, r=davidtwco
Use reverse postorder in `non_ssa_locals`

The reverse postorder, unlike preorder, is now cached inside the MIR
body. Code generation uses reverse postorder anyway, so it might be
a small perf improvement to use it here as well.
2022-05-03 12:16:00 +00:00
..
2022-04-12 19:59:32 +02:00
2022-04-28 20:18:01 +08:00
2022-03-11 13:31:24 +11:00