glsl: Improve the CSE pass debugging output.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 29 Oct 2014 09:43:29 +0000 (02:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Nov 2014 23:16:50 +0000 (15:16 -0800)
commit2b7f73af9c9a7999d8024add8b416f95cfb6daae
tree178da454a022edd3e7ab3f34bb89d2c6dbb1488a
parent799106d38734a867bf33add2994cb9d414d965e7
glsl: Improve the CSE pass debugging output.

The CSE pass now prints out why it thinks a value is not a candidate for
adding to the AE set.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/opt_cse.cpp