glsl: Avoid combining statements from different basic blocks.
authorMatt Turner <mattst88@gmail.com>
Mon, 27 Jan 2014 18:49:12 +0000 (10:49 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 28 Jan 2014 05:15:35 +0000 (21:15 -0800)
commit37f1903e007e30892ce39e6e2493c9e88dacf7cc
tree7f53429945fa7598fd70ed1caad00a87d70dbe11
parent8e2b8bd0e613d1e24860d9572fc16893ad11a2da
glsl: Avoid combining statements from different basic blocks.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74113
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/opt_vectorize.cpp