intel/nir: Drop an unneeded lower_constant_initializers call
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Mar 2019 22:01:23 +0000 (16:01 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 6 Mar 2019 17:24:57 +0000 (17:24 +0000)
commit8993e0973f7d0cfb211e0c39de82ef2497584df3
treea01fb227afe2ec01f4da78b2ffdd784125d80242
parentfa4824c1db949bfd5a4f21436c81089892c6110c
intel/nir: Drop an unneeded lower_constant_initializers call

Even though this is technically a step in the function inlining process
as laid out in nir_inline_functions.c, it's not really needed.  We
already have constant initializers lowered here and no new ones are
added by appending the softfp64 functions.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_nir.c