nir: add 64-bit ufind_msb lowering support. (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 19 Nov 2019 23:23:14 +0000 (09:23 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 21 Nov 2019 18:37:37 +0000 (04:37 +1000)
commitd0d96053e6b7ce8bf2335ab3efb3e6d68eedcf28
treecd42ef87a2aa936ebfad899d3577736df9c569a9
parent12913bcf86031cefbfcb70cca5e0565be36eef5f
nir: add 64-bit ufind_msb lowering support. (v2)

This adds the option to lower 64-bit ufind_msb opcodes.

v2: use split_x/y removes component loops (Jason)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_int64.c