OSDN Git Service

freedreno: Use the NIR lowering for isign.
authorEric Anholt <eric@anholt.net>
Wed, 6 Feb 2019 21:32:21 +0000 (13:32 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 14 Feb 2019 00:32:30 +0000 (00:32 +0000)
commit338d399fd01caec7f558bb469517baa318410e06
tree8600db195bf03fe2578b622071714c6949fd416a
parent8f3694e1abfd702730014253af327060ac03aca1
freedreno: Use the NIR lowering for isign.

I think this will save an instruction and hopefully not increase any other
costs (possibly the immediate -1 and 1?), but I haven't actually tested.

Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/freedreno/ir3/ir3_compiler_nir.c
src/freedreno/ir3/ir3_nir.c