Re: [Mesa-dev] [PATCH 10/11] nir: Take call instruction into account in copy_prop_vars

2018-10-10 Thread Jason Ekstrand
On Sat, Sep 15, 2018 at 12:45 AM Caio Marcelo de Oliveira Filho < caio.olive...@intel.com> wrote: > Calls are not used yet (functions are inlined), but since new code is > already taking them into account, do it here too. The convention here > and in other places is that no writable memory is ass

[Mesa-dev] [PATCH 10/11] nir: Take call instruction into account in copy_prop_vars

2018-09-14 Thread Caio Marcelo de Oliveira Filho
Calls are not used yet (functions are inlined), but since new code is already taking them into account, do it here too. The convention here and in other places is that no writable memory is assumed to remain unchanged, as well as global variables. Also, explicitly state the modes affected (instea