Re: [Mesa-dev] [PATCH v3 1/6] nv50/ir: restructure postraconstantfolding pass

2016-10-30 Thread Ilia Mirkin
On Sun, Oct 30, 2016 at 5:20 PM, Karol Herbst wrote: > we might want to add more folding passes here, so make it a bit more generic > > v2: leave the comment and reword commit message > > Signed-off-by: Karol Herbst > Reviewed-by: Samuel Pitoiset > --- > .../drivers/nouveau/codegen/nv50_ir_peep

[Mesa-dev] [PATCH v3 1/6] nv50/ir: restructure postraconstantfolding pass

2016-10-30 Thread Karol Herbst
we might want to add more folding passes here, so make it a bit more generic v2: leave the comment and reword commit message Signed-off-by: Karol Herbst Reviewed-by: Samuel Pitoiset --- .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 121 +++-- 1 file changed, 63 insertion