Remove instructions necessary for the old regalloc
This commit is contained in:
@@ -29,18 +29,3 @@ block0:
|
||||
; check: v5 = trueif eq v4
|
||||
return v6
|
||||
}
|
||||
|
||||
function %spill() -> i32 {
|
||||
block0:
|
||||
v0 = iconst.i32 7
|
||||
v1 = spill v0
|
||||
v2 = fill v1
|
||||
v3 = spill v0
|
||||
v4 = fill v1
|
||||
v5 = bor v2, v4
|
||||
; check: v1 = spill v0
|
||||
; check: v2 = fill v1
|
||||
; check: v3 = spill v0
|
||||
; check: v4 = fill v1
|
||||
return v5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user