Files
rust/compiler/rustc_codegen_ssa/src/mir
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-04-28 20:18:01 +08:00
2022-02-19 17:27:43 +01:00
2022-04-26 21:00:19 +08:00
2022-02-19 17:27:43 +01:00
2022-04-11 08:55:03 -04:00