Re: [Mesa-dev] [PATCH v2 13/25] radeonsi: load the streamout buf descriptors closer to their use

2016-12-07 Thread Marek Olšák
Other than the comment on patch 2, patches 1-13 are: Reviewed-by: Marek Olšák Marek On Tue, Dec 6, 2016 at 11:48 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > LLVM can still decide to hoist the loads since they're marked invariant. > --- > src/gallium/drivers/radeonsi/si_shader.c | 25

[Mesa-dev] [PATCH v2 13/25] radeonsi: load the streamout buf descriptors closer to their use

2016-12-06 Thread Nicolai Hähnle
From: Nicolai Hähnle LLVM can still decide to hoist the loads since they're marked invariant. --- src/gallium/drivers/radeonsi/si_shader.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drive