aco: remove dead indirect fs input loading
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 11 Sep 2020 16:23:18 +0000 (17:23 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Sep 2020 12:38:43 +0000 (12:38 +0000)
commitfd872c3cf7729d7ef668d48f9b7f22ce964fbf2c
tree33da5b6ef181b053b9b5fd0c4050271a50bdc17e
parent7f51a0c670577773f3cd67fd7efc307d7aba0e22
aco: remove dead indirect fs input loading

It's asserted that the visit_load_input code isn't reached. It also didn't
handle divergent indexing and this situation should have been lowered
anyway.

I think this used to be needed to pass a dEQP-VK.glsl.indexing.* test, but
it doesn't seem needed anymore.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6689>
src/amd/compiler/aco_instruction_selection.cpp