diff options
author | Eric Anholt <[email protected]> | 2014-12-17 20:35:17 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-12-18 15:00:56 -0800 |
commit | e06b0778f59980429fececb1aa0de0f0a3f23427 (patch) | |
tree | a5d184e4582fde84cde8909ac20f48befda6283c /src/gallium/drivers/vc4/Makefile.sources | |
parent | a871eff16cc18232ee03b372d75cb6f633213e14 (diff) |
vc4: Coalesce MOVs into VPM with the instructions generating the values.
total instructions in shared programs: 41168 -> 40976 (-0.47%)
instructions in affected programs: 18156 -> 17964 (-1.06%)
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 1f8e8c41bf4..95f1a340ab3 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -16,6 +16,7 @@ C_SOURCES := \ vc4_opt_cse.c \ vc4_opt_dead_code.c \ vc4_opt_small_immediates.c \ + vc4_opt_vpm_writes.c \ vc4_packet.h \ vc4_program.c \ vc4_qir.c \ |