Remove support for entity variables in filecheck.
Now that the parser doesn't renumber indices, there's no need for entity variables like $v0.
This commit is contained in:
@@ -9,11 +9,11 @@ function %spill_return() -> i32 {
|
||||
|
||||
ebb0:
|
||||
v0 = call fn0()
|
||||
; check: $(reg=$V) = call $fn0
|
||||
; check: $v0 = spill $reg
|
||||
; check: $(reg=$V) = call fn0
|
||||
; check: v0 = spill $reg
|
||||
v2 = call fn0()
|
||||
; check: $v2 = call $fn0
|
||||
; check: v2 = call fn0
|
||||
return v0
|
||||
; check: $(reload=$V) = fill $v0
|
||||
; check: $(reload=$V) = fill v0
|
||||
; check: return $reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user