Re: [Mesa-dev] [PATCH] intel/compiler: Set flag reg/subreg number properly

2019-04-08 Thread Sagar Ghuge
Thanks for reviewing the patch. On 4/8/19 10:34 AM, Anuj Phogat wrote: > On Wed, Mar 27, 2019 at 4:05 PM Sagar Ghuge wrote: >> >> If predicate control is set to None, then in that case we can simply set >> flag reg/subreg number to zero. This allows round-tripping through the >> assembler/disass

Re: [Mesa-dev] [PATCH] intel/compiler: Set flag reg/subreg number properly

2019-04-08 Thread Anuj Phogat
On Wed, Mar 27, 2019 at 4:05 PM Sagar Ghuge wrote: > > If predicate control is set to None, then in that case we can simply set > flag reg/subreg number to zero. This allows round-tripping through the > assembler/disassembler > > Signed-off-by: Sagar Ghuge > --- > src/intel/compiler/brw_eu_emit.

[Mesa-dev] [PATCH] intel/compiler: Set flag reg/subreg number properly

2019-03-27 Thread Sagar Ghuge
If predicate control is set to None, then in that case we can simply set flag reg/subreg number to zero. This allows round-tripping through the assembler/disassembler Signed-off-by: Sagar Ghuge --- src/intel/compiler/brw_eu_emit.c| 7 +++ src/intel/compiler/brw_fs_generator.cpp | 1 +