nir: add new SSA instruction scheduler grouping loads into indirection groups
authorMarek Olšák <marek.olsak@amd.com>
Wed, 27 Oct 2021 00:00:58 +0000 (20:00 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 8 Nov 2021 21:20:11 +0000 (21:20 +0000)
commit33b4eb149ea79d9dd4b80ddda079ad027e5a40bf
treedff23e712930f799386225f3d5f09807bf49f417
parentacddf83c956c59ede3593bb46202ec78d8ff9476
nir: add new SSA instruction scheduler grouping loads into indirection groups

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13604>
src/compiler/nir/meson.build
src/compiler/nir/nir.h
src/compiler/nir/nir_group_loads.c [new file with mode: 0644]