Files
mesa/src
Timothy Arceri 5b757b4097 nir: fix if condition propagation for alu use
We need to update the cursor before we check if the alu use is
dominated by the if condition. Previously we were checking if
the current location of the alu instruction was dominated by
the if condition which would miss some optimisation opportunities.

Fixes: a3b4cb3458 ("nir/opt_if: Rework condition propagation")

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-11-01 09:22:55 +11:00
..
2018-10-09 10:32:51 +02:00
2018-10-30 06:19:10 -06:00
2018-02-16 16:56:34 -06:00
2018-10-19 16:50:26 +01:00