diff --git a/src/intel/compiler/brw_fs_generator.cpp b/src/intel/compiler/brw_fs_generator.cpp index 41f91e72dec..6e873e6ac7a 100644 --- a/src/intel/compiler/brw_fs_generator.cpp +++ b/src/intel/compiler/brw_fs_generator.cpp @@ -1432,7 +1432,8 @@ fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, "Promoted %u constants. " "Compacted %d to %d bytes (%.0f%%)\n", shader_name, params->source_hash, sha1buf, - dispatch_width, before_size / 16, + dispatch_width, + before_size / 16 - nop_count - sync_nop_count, loop_count, perf.latency, shader_stats.spill_count, shader_stats.fill_count,