[Mesa-dev] [PATCH] nv50/ir: Add missing handling of U64/S64 in inlines

2016-05-19 Thread Pierre Moreau
Signed-off-by: Pierre Moreau --- U64/S64 support is missing in other places of codegen (like in nv50_ir_peephole.cpp for example), however its absence will result in code not being as optimised as it could have. Adding that support is not as straight forward as this patch, and will need a thoroug

Re: [Mesa-dev] [PATCH] nv50/ir: Add missing handling of U64/S64 in inlines

2016-05-19 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, May 19, 2016 at 2:13 PM, Pierre Moreau wrote: > Signed-off-by: Pierre Moreau > --- > > U64/S64 support is missing in other places of codegen (like in > nv50_ir_peephole.cpp for example), however its absence will result in code not > being as optimised as it coul