nir: handle doubles in nir_deref_get_const_initializer_load()
authorConnor Abbott <connor.w.abbott@intel.com>
Fri, 14 Aug 2015 17:40:03 +0000 (10:40 -0700)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Mon, 11 Apr 2016 06:27:05 +0000 (08:27 +0200)
commitf2ccb63be17544fc156c22b4ef1b873452af5dd2
treeda87b07dded080d8bd82b7d795e7ae1b29e39b5a
parent41c2541fc77fc32a89f2124bfcf6340959a48534
nir: handle doubles in nir_deref_get_const_initializer_load()

v2 (Sam):
- Use proper bitsize value when calling to nir_load_const_instr_create()
  (Jason).

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