freedreno: Initialize lower_int64_options to a proper value
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 28 Jul 2020 08:26:54 +0000 (10:26 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 30 Jul 2020 16:54:24 +0000 (16:54 +0000)
commit9e23925991a90a7fed48976aa52d175c95f21318
tree7a768337cda877f7885d995005282f7172280c21
parentf1f9fdb8a6aa9e3fffa034b1c642ecfa5fdc7100
freedreno: Initialize lower_int64_options to a proper value

We're trying to get rid of the options argument passed to
nir_lower_int64() and use the nir_options.lower_int64_options instead.
But before we can do that we must patch nir_lower_int64() callers
that don't have this field properly set.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5588>
src/freedreno/ir3/ir3_nir.c