Re: [Mesa-dev] [PATCH 6/6] nv50/ir: run DCE backwards

2016-01-25 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Jan 25, 2016 at 9:57 AM, Karol Herbst wrote: > reduces Pass rerun by around 40% > > Signed-off-by: Karol Herbst > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 6 +++--- >

[Mesa-dev] [PATCH 6/6] nv50/ir: run DCE backwards

2016-01-25 Thread Karol Herbst
reduces Pass rerun by around 40% Signed-off-by: Karol Herbst --- src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp