Remove references to the old postopt pass
This commit is contained in:
@@ -55,7 +55,6 @@ define_passes! {
|
|||||||
flowgraph: "Control flow graph",
|
flowgraph: "Control flow graph",
|
||||||
domtree: "Dominator tree",
|
domtree: "Dominator tree",
|
||||||
loop_analysis: "Loop analysis",
|
loop_analysis: "Loop analysis",
|
||||||
postopt: "Post-legalization rewriting",
|
|
||||||
preopt: "Pre-legalization rewriting",
|
preopt: "Pre-legalization rewriting",
|
||||||
dce: "Dead code elimination",
|
dce: "Dead code elimination",
|
||||||
legalize: "Legalization",
|
legalize: "Legalization",
|
||||||
|
|||||||
@@ -299,13 +299,6 @@ Test the preopt pass.
|
|||||||
The preopt pass is run on each function, and then results are run
|
The preopt pass is run on each function, and then results are run
|
||||||
through filecheck.
|
through filecheck.
|
||||||
|
|
||||||
### `test postopt`
|
|
||||||
|
|
||||||
Test the postopt pass.
|
|
||||||
|
|
||||||
The postopt pass is run on each function, and then results are run
|
|
||||||
through filecheck.
|
|
||||||
|
|
||||||
### `test compile`
|
### `test compile`
|
||||||
|
|
||||||
Test the whole code generation pipeline.
|
Test the whole code generation pipeline.
|
||||||
|
|||||||
Reference in New Issue
Block a user