broadcom/vc5: Use XOR instead of SUB for execute flags comparisons.
authorEric Anholt <eric@anholt.net>
Fri, 12 Jan 2018 23:38:04 +0000 (15:38 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:58:18 +0000 (21:58 -0800)
commit762dd52951e3c23666b5c6d7c7836555a7a13bd1
tree9bd79a68f38df4c01680a8347b1f52a5db93f030
parent8e4cba9d92fff72899390f62285c4f90c289bdc2
broadcom/vc5: Use XOR instead of SUB for execute flags comparisons.

I think this should be equivalent other than power, and it's the kind of
comparison we use for nir_op_ieq.
src/broadcom/compiler/nir_to_vir.c