diff options
author | Eric Anholt <[email protected]> | 2016-04-27 18:59:31 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-05-02 11:06:29 -0700 |
commit | 84322b2f315d5dfdb15302ed6cbe5ed79d775d69 (patch) | |
tree | c415ad5c2183627f03b245f0c25ef8c62d91f380 /src/gallium/drivers/vc4/Makefile.sources | |
parent | b145b731ab01937993e2bf7ecc072217932568ff (diff) |
vc4: Remove the CSE pass.
It's not doing anything according to shader-db now that we're using NIR.
It would have had to be reworked significantly anyway, to handle control
flow.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index c5df0f17986..78d77c6b288 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -25,7 +25,6 @@ C_SOURCES := \ vc4_opt_algebraic.c \ vc4_opt_constant_folding.c \ vc4_opt_copy_propagation.c \ - vc4_opt_cse.c \ vc4_opt_dead_code.c \ vc4_opt_small_immediates.c \ vc4_opt_vpm.c \ |