Remove no longer existing passes from timing.rs
This commit is contained in:
@@ -57,7 +57,6 @@ define_passes! {
|
|||||||
loop_analysis: "Loop analysis",
|
loop_analysis: "Loop analysis",
|
||||||
preopt: "Pre-legalization rewriting",
|
preopt: "Pre-legalization rewriting",
|
||||||
dce: "Dead code elimination",
|
dce: "Dead code elimination",
|
||||||
legalize: "Legalization",
|
|
||||||
gvn: "Global value numbering",
|
gvn: "Global value numbering",
|
||||||
licm: "Loop invariant code motion",
|
licm: "Loop invariant code motion",
|
||||||
unreachable_code: "Remove unreachable blocks",
|
unreachable_code: "Remove unreachable blocks",
|
||||||
@@ -69,15 +68,6 @@ define_passes! {
|
|||||||
vcode_emit_finish: "VCode emission finalization",
|
vcode_emit_finish: "VCode emission finalization",
|
||||||
|
|
||||||
regalloc: "Register allocation",
|
regalloc: "Register allocation",
|
||||||
ra_liveness: "RA liveness analysis",
|
|
||||||
ra_cssa: "RA coalescing CSSA",
|
|
||||||
ra_spilling: "RA spilling",
|
|
||||||
ra_reload: "RA reloading",
|
|
||||||
ra_coloring: "RA coloring",
|
|
||||||
|
|
||||||
prologue_epilogue: "Prologue/epilogue insertion",
|
|
||||||
shrink_instructions: "Instruction encoding shrinking",
|
|
||||||
relax_branches: "Branch relaxation",
|
|
||||||
binemit: "Binary machine code emission",
|
binemit: "Binary machine code emission",
|
||||||
layout_renumber: "Layout full renumbering",
|
layout_renumber: "Layout full renumbering",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user