nir: Add some more int64 lowering helpers
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 24 Feb 2017 05:40:55 +0000 (21:40 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 Jan 2019 00:42:40 +0000 (16:42 -0800)
commitadab27e741d27e0ba13102b27b6916011e6a9c07
treeda86399b590d87352c802a45062f029697c1cb73
parentdde73e646fe22e50878783580d1707a2acceb054
nir: Add some more int64 lowering helpers

[mattst88]: Found in an old branch of Jason's.

Jason implemented: inot, iand, ior, iadd, isub, ineg, iabs, compare,
                   imin, imax, umin, umax
Matt implemented:  ixor, bcsel, b2i, i2b, i2i8, i2i16, i2i32, i2i64,
                   u2u8, u2u16, u2u32, u2u64, and fixed ilt

Reviewed-by: Elie Tournier <tournier.elie@gmail.com>
src/compiler/nir/nir_lower_int64.c