Normally, nothing uses live intervals at this point, so this isn't
necessary. However, dump_instructions() calculates them and uses them
to show register pressure. So, calling dump_instructions() in this area
of the code would segfault due to the arrays being the wrong size.
This is not a candidate for stable branches because it only serves to
fix internal debugging code that you manually have to invoke by altering
the source code or using gdb.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
inst->src[i].reladdr = NULL;
}
}
+ invalidate_live_intervals();
}
/**
inst->src[i].set_smear(pull_index & 3);
}
}
+ invalidate_live_intervals();
}
bool