intel/fs/copy-prop: Bump the hash table size to 64
authorJason Ekstrand <jason@jlekstrand.net>
Sun, 5 May 2019 03:47:59 +0000 (22:47 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 10 May 2019 14:10:17 +0000 (09:10 -0500)
commit0b6da5bac66dc9abb9bd4617b156186c4fd3f92b
treeec7e6292edc0aa51002d33a6d1ceaeb2c56e2327
parentceba9ff2948d7efa57d7035c7717f046303e7c64
intel/fs/copy-prop: Bump the hash table size to 64

While the number of ACPs is generally not huge compared to the number of
blocks, 16 does seem a bit small.  Bumping it to 64 takes the execution
time of the piglit vs-isnan-dvec test from about 1:18.1 on an unoptimized
debug build (what we run in CI) with NIR_VALIDATE=0 to about 1:16.2.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_fs_copy_propagation.cpp