Fuzzbugfix: actually do need eager liveness computation; must uphold invariant that all earlier-in-postorder blocks have full livein sets.
This commit is contained in:
@@ -130,7 +130,7 @@ impl Function for Func {
|
||||
&self.reftype_vregs[..]
|
||||
}
|
||||
|
||||
fn is_move(&self, insn: Inst) -> Option<(VReg, VReg)> {
|
||||
fn is_move(&self, _: Inst) -> Option<(VReg, VReg)> {
|
||||
None
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user