Re: [Mesa-dev] [PATCH 4/7] nir/int64: Implement lowering of shift operations

2018-10-15 Thread Ian Romanick
On 10/14/2018 07:16 PM, Jason Ekstrand wrote: > On Sun, Oct 14, 2018 at 5:12 PM Matt Turner > wrote: > > --- >  src/compiler/nir/nir.h             |   1 + >  src/compiler/nir/nir_lower_int64.c | 142 > + >  2 files

Re: [Mesa-dev] [PATCH 4/7] nir/int64: Implement lowering of shift operations

2018-10-14 Thread Jason Ekstrand
On Sun, Oct 14, 2018 at 5:12 PM Matt Turner wrote: > --- > src/compiler/nir/nir.h | 1 + > src/compiler/nir/nir_lower_int64.c | 142 > + > 2 files changed, 143 insertions(+) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h > index

[Mesa-dev] [PATCH 4/7] nir/int64: Implement lowering of shift operations

2018-10-14 Thread Matt Turner
--- src/compiler/nir/nir.h | 1 + src/compiler/nir/nir_lower_int64.c | 142 + 2 files changed, 143 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 12cbd030e21..2c477126acc 100644 --- a/src/compiler/nir/nir.h +++ b/