rust/compiler/rustc_codegen_ssa
Tomasz Miąsko fa41852c7a 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-01 14:58:29 +02:00
..
2022-03-04 11:54:28 -06:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.