Remove the CSSA verifier

The old register allocator required CSSA as intermediate step. The new
register allocator doesn't use SSA at all.
This commit is contained in:
bjorn3
2021-10-10 15:06:15 +02:00
parent 855ba39217
commit f7ce91e174
4 changed files with 0 additions and 664 deletions

View File

@@ -46,9 +46,6 @@ define_passes! {
wasm_translate_function: "Translate WASM function",
verifier: "Verify Cranelift IR",
verify_cssa: "Verify CSSA",
verify_liveness: "Verify live ranges",
verify_locations: "Verify value locations",
verify_flags: "Verify CPU flags",
compile: "Compilation passes",