aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_find_array_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-2/+2
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-6/+7
* nir: Add an array copy optimizationJason Ekstrand2018-08-231-0/+411