gallium/radeon: always do the full store in store_value_to_array
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 8 Aug 2016 21:20:45 +0000 (23:20 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 17 Aug 2016 10:11:23 +0000 (12:11 +0200)
commit850c8dcc9c4ab36bb9bbd8607f0f5caa9b7d968a
treef99781bc95388aea7253dc39d15d3478697f9933
parent4b150931c90598138ef2cf1e9e03ba59dbc30b05
gallium/radeon: always do the full store in store_value_to_array

Doing the write-back of the temporary vector in radeon_llvm_emit_store makes
no sense.

This also allows us to get rid of get_alloca_for_array.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c