[Mesa-dev] [PATCH 02/11] nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Eric Anholt
eric at anholt.net
Fri Sep 11 08:44:26 PDT 2015
Jason Ekstrand <jason at jlekstrand.net> writes:
> ---
> src/glsl/nir/nir.c | 2 +-
> src/glsl/nir/nir.h | 2 +-
> src/glsl/nir/nir_control_flow.c | 2 +-
> src/glsl/nir/nir_from_ssa.c | 5 ++---
> src/glsl/nir/nir_lower_alu_to_scalar.c | 6 ++----
> src/glsl/nir/nir_lower_atomics.c | 3 +--
> src/glsl/nir/nir_lower_idiv.c | 4 +---
> src/glsl/nir/nir_lower_io.c | 3 +--
> src/glsl/nir/nir_lower_load_const_to_scalar.c | 3 +--
> src/glsl/nir/nir_lower_locals_to_regs.c | 3 +--
> src/glsl/nir/nir_lower_phis_to_scalar.c | 3 +--
> src/glsl/nir/nir_lower_system_values.c | 3 +--
> src/glsl/nir/nir_lower_vars_to_ssa.c | 6 ++----
> src/glsl/nir/nir_opt_constant_folding.c | 4 ++--
> src/glsl/nir/nir_opt_cse.c | 6 ++----
> src/glsl/nir/nir_opt_dead_cf.c | 4 +---
> src/glsl/nir/nir_opt_peephole_ffma.c | 3 +--
> src/glsl/nir/nir_opt_peephole_select.c | 3 +--
> src/glsl/nir/nir_opt_remove_phis.c | 5 +----
> src/glsl/nir/nir_search.c | 2 +-
> 20 files changed, 25 insertions(+), 47 deletions(-)
There are callers of this outside of src/glsl/nir, too.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150911/17fde6a7/attachment.sig>
More information about the mesa-dev
mailing list