freedreno/ir3/ra: remove ir print after livein/out
The IR hasn't changed at this point, so it isn't really adding any value. Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
@@ -899,7 +899,6 @@ ra_add_interference(struct ir3_ra_ctx *ctx)
|
||||
|
||||
if (ir3_shader_debug & IR3_DBG_OPTMSGS) {
|
||||
debug_printf("AFTER LIVEIN/OUT:\n");
|
||||
ir3_print(ir);
|
||||
list_for_each_entry (struct ir3_block, block, &ir->block_list, node) {
|
||||
struct ir3_ra_block_data *bd = block->data;
|
||||
debug_printf("block%u:\n", block_id(block));
|
||||
|
||||
Reference in New Issue
Block a user