nir: Drop the high_offset argument to the load_store_vectorizer filter.

Nothing uses it, and it's not clear to me what it provides over
alignment/num_components/bit_size.

Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6612>
This commit is contained in:
Eric Anholt
2020-09-08 11:12:56 -07:00
committed by Marge Bot
parent 5f757bb95c
commit 618556a8cb
5 changed files with 6 additions and 6 deletions

View File

@@ -857,7 +857,7 @@ brw_nir_link_shaders(const struct brw_compiler *compiler,
static bool
brw_nir_should_vectorize_mem(unsigned align_mul, unsigned align_offset,
unsigned bit_size,
unsigned num_components, unsigned high_offset,
unsigned num_components,
nir_intrinsic_instr *low,
nir_intrinsic_instr *high)
{