Re: [Mesa-dev] [PATCH 06/12] gallivm: Run passes per module, not per function.

2014-05-13 Thread Roland Scheidegger
Am 13.05.2014 14:01, schrieb jfons...@vmware.com: > From: José Fonseca > > This is how it is meant to be done nowadays. > --- > src/gallium/auxiliary/gallivm/lp_bld_init.c | 47 > - > 1 file changed, 19 insertions(+), 28 deletions(-) > > diff --git a/src/gallium/aux

[Mesa-dev] [PATCH 06/12] gallivm: Run passes per module, not per function.

2014-05-13 Thread jfonseca
From: José Fonseca This is how it is meant to be done nowadays. --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 47 - 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c b/src/gallium/auxiliary/gallivm/lp_bld_