projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b92052
)
freedreno/ir3/ra: remove ir print after livein/out
author
Rob Clark
<robdclark@chromium.org>
Wed, 23 Oct 2019 22:04:38 +0000
(15:04 -0700)
committer
Rob Clark
<robdclark@gmail.com>
Sat, 9 Nov 2019 02:49:15 +0000
(
02:49
+0000)
The IR hasn't changed at this point, so it isn't really adding any
value.
Signed-off-by: Rob Clark <robdclark@chromium.org>
src/freedreno/ir3/ir3_ra.c
patch
|
blob
|
history
diff --git
a/src/freedreno/ir3/ir3_ra.c
b/src/freedreno/ir3/ir3_ra.c
index 2f312a5ff1569998ed0a0152a37eb549ca723e57..19596c730449785c84823a3782fb6eac2088d97e 100644
(file)
--- a/
src/freedreno/ir3/ir3_ra.c
+++ b/
src/freedreno/ir3/ir3_ra.c
@@
-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));