mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965/fs: Don't calculate_live_intervals() in opt_algebraic().
There's no point: opt_algebraic() doesn't use any liveness information. Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
b02492fd33
commit
d010e70a07
1 changed files with 0 additions and 2 deletions
|
|
@ -1311,8 +1311,6 @@ fs_visitor::opt_algebraic()
|
|||
{
|
||||
bool progress = false;
|
||||
|
||||
calculate_live_intervals();
|
||||
|
||||
foreach_list(node, &this->instructions) {
|
||||
fs_inst *inst = (fs_inst *)node;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue