Since live intervals are based on ip, removing an instruction trashes
the intervals unless we were to go do some surgery. These happen to
usually remove a use of a grf, so it's time to recalculate, anyway.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
NOTE: This is a candidate for the 8.0 release branch.
}
}
+ if (progress)
+ live_intervals_valid = false;
+
return progress;
}
}
}
+ if (progress)
+ live_intervals_valid = false;
+
return progress;
}