summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_find_array_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir/find_array_copies: Reject copies with mismatched lengthsAndrii Simiklit2019-08-141-4/+8
* nir/find_array_copies: Reject copies with mismatched typeConnor Abbott2019-08-021-2/+5
* nir/find_array_copies: Use correct parent array lengthConnor Abbott2019-07-301-2/+3
* nir/find_array_copies: Handle wildcards and overlapping copiesConnor Abbott2019-07-291-185/+390
* nir: Add a nir_src_as_intrinsic() helperJason Ekstrand2019-04-181-8/+2
* 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