v3d: Don't try to fold non-SSA-src comparisons into bcsels.
authorEric Anholt <eric@anholt.net>
Mon, 31 Dec 2018 21:09:45 +0000 (13:09 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 2 Jan 2019 22:12:29 +0000 (14:12 -0800)
commit078dc176bcc2cc36c609d04affe073c3225bf4bf
tree9e47e5993bd1039ffcb06640e79076c2f7e568d9
parent2e0433b6874bc558305b557349221de4a2fcf243
v3d: Don't try to fold non-SSA-src comparisons into bcsels.

There could have been a write of a src in between the comparison and the
bcsel that would invalidate the comparison.
src/broadcom/compiler/nir_to_vir.c