i965/fs: Invalidate live intervals after copy propagation.
For copy propgation, we've dropped the use of a GRF in favor of a (probably later) use of a different GRF. This definitely requires invalidating intervals. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -160,5 +160,8 @@ fs_visitor::opt_copy_propagate()
|
||||
|
||||
ralloc_free(mem_ctx);
|
||||
|
||||
if (progress)
|
||||
live_intervals_valid = false;
|
||||
|
||||
return progress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user