vc4: Enable dead CF elimination.
authorEric Anholt <eric@anholt.net>
Sun, 26 Jun 2016 01:45:28 +0000 (18:45 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 4 Jul 2016 23:33:22 +0000 (16:33 -0700)
commit8a52f03f5deeb36ea4d58d56fbb711a2004d7587
tree139c0edb95a8ad91921146ecff41c8117afb7faf
parent8f2af4763a60c5ea5f64829321ae97bbfa51a4ce
vc4: Enable dead CF elimination.

Now that we're about to start generating control flow in our NIR, we want
this in place.  It optimizes things frequently in the CS, when the GL VS
has control flow that doesn't affect the vertex position.
src/gallium/drivers/vc4/vc4_program.c