mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
i965/fs: Don't invalidate live intervals in saturate propagation.
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
b9689c6bda
commit
e9aee2572a
1 changed files with 1 additions and 2 deletions
|
|
@ -95,8 +95,7 @@ fs_visitor::opt_saturate_propagation()
|
||||||
progress = opt_saturate_propagation_local(this, block) || progress;
|
progress = opt_saturate_propagation_local(this, block) || progress;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (progress)
|
/* Live intervals are still valid. */
|
||||||
invalidate_live_intervals();
|
|
||||||
|
|
||||||
return progress;
|
return progress;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue