intel/compiler: add missing line returns to logs
In the upcoming intel_clc tool, we're allowing to print these messages out and some of them just don't look right. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13165>
This commit is contained in:
committed by
Marge Bot
parent
710393b3aa
commit
4e4560ab6f
@@ -2804,7 +2804,7 @@ fs_generator::generate_code(const cfg_t *cfg, int dispatch_width,
|
||||
"%d:%d spills:fills, %u sends, "
|
||||
"scheduled with mode %s, "
|
||||
"Promoted %u constants, "
|
||||
"compacted %d to %d bytes.",
|
||||
"compacted %d to %d bytes.\n",
|
||||
_mesa_shader_stage_to_abbrev(stage),
|
||||
dispatch_width, before_size / 16 - nop_count,
|
||||
loop_count, perf.latency,
|
||||
|
||||
Reference in New Issue
Block a user