nir/opt_vectorize: use a single instruction per hash entry instead of a vector
authorDaniel Schürmann <daniel@schuermann.dev>
Wed, 23 Sep 2020 14:08:13 +0000 (15:08 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 31 Dec 2020 16:44:58 +0000 (16:44 +0000)
commitad37e4df734f6d818ea3c7297a4757b5266b1468
tree966fecbd845cb710cb41df1e99b907ce4db14150
parent0b503d8de96c7006c0fe1c8bfdcd8de02f255992
nir/opt_vectorize: use a single instruction per hash entry instead of a vector

This drastically simplifies vectorization but may potentially
lead to slightly worse vectorizations.

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6666>
src/compiler/nir/nir_opt_vectorize.c