nir: Add an optimization pass to remove trivial continues
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 17 Dec 2016 00:54:17 +0000 (16:54 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 23 Dec 2016 00:27:19 +0000 (16:27 -0800)
commit1111a05f90e27e9820dd187be16ae41335db6838
tree9f3aa986e5b9762091adcb1f1166680072b42b4f
parent993e9195d42763d43f9f7453f77ac5b667f799e3
nir: Add an optimization pass to remove trivial continues

Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/compiler/Makefile.sources
src/compiler/nir/nir.h
src/compiler/nir/nir_opt_trivial_continues.c [new file with mode: 0644]