diff --git a/src/intel/compiler/brw_schedule_instructions.cpp b/src/intel/compiler/brw_schedule_instructions.cpp index 913805f2609..ff2cc6ff997 100644 --- a/src/intel/compiler/brw_schedule_instructions.cpp +++ b/src/intel/compiler/brw_schedule_instructions.cpp @@ -2019,6 +2019,11 @@ vec4_instruction_scheduler::run() n->issue_time = 2; } + calculate_deps(); + + compute_delays(); + compute_exits(); + assert(current.available.is_empty()); for (schedule_node *n = current.start; n < current.end; n++) { reset_node_tmp(n);