i965: Combine assembly annotations if possible.
authorMatt Turner <mattst88@gmail.com>
Thu, 8 Oct 2015 04:04:48 +0000 (21:04 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 12 Nov 2015 19:00:10 +0000 (11:00 -0800)
commita280e83d71bb046098ed5380cb053318f9e8cf8e
tree22c15d473c0272e6d94a9e20044b7009e4b59db7
parent93e371c140cb1aa438ce3c1a9946811d92032897
i965: Combine assembly annotations if possible.

Often annotations are identical between sets of consecutive
instructions. We can perhaps avoid some memory allocations by reusing
the previous annotation.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_asm_annotation.c