broadcom/vc5: Don't annotate dumps with stale live intervals.
authorEric Anholt <eric@anholt.net>
Wed, 14 Mar 2018 18:03:23 +0000 (11:03 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 19 Mar 2018 23:44:20 +0000 (16:44 -0700)
commit00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4
tree351a547518d1fc02b588d947408286ed87f244c3
parentfacc3c6f58de88ac3707a1b8435b7fc655d13124
broadcom/vc5: Don't annotate dumps with stale live intervals.

As you're debugging register allocation, you may have changed the
intervals and not recomputed yet.  Just skip the dump in that case.
src/broadcom/compiler/v3d_compiler.h
src/broadcom/compiler/vir.c
src/broadcom/compiler/vir_dump.c
src/broadcom/compiler/vir_live_variables.c