[Mesa-dev] [PATCH 1/2] R600: Optimize and cleanup KILL on SI

2013-01-08 Thread Christian König
We shouldn't insert KILL optimization if we don't have a kill instruction at all. Signed-off-by: Christian König --- lib/Target/R600/SIISelLowering.cpp | 14 lib/Target/R600/SIISelLowering.h |2 - lib/Target/R600/SIInstructions.td | 24 +++--- lib/Target/R600/SILowerC

Re: [Mesa-dev] [PATCH 1/2] R600: Optimize and cleanup KILL on SI

2012-12-17 Thread Tom Stellard
On Mon, Dec 17, 2012 at 03:32:23PM +0100, Christian König wrote: > We shouldn't insert KILL optimization if we don't have a > kill instruction at all. > For both patches: Reviewed-by: Tom Stellard > Signed-off-by: Christian König > --- > lib/Target/AMDGPU/SIISelLowering.cpp | 14 >

Re: [Mesa-dev] [PATCH 1/2] R600: Optimize and cleanup KILL on SI

2012-12-17 Thread Michel Dänzer
On Mon, 2012-12-17 at 15:32 +0100, Christian König wrote: > We shouldn't insert KILL optimization if we don't have a > kill instruction at all. > > Signed-off-by: Christian König Both patches are Tested-by: Michel Dänzer -- Earthling Michel Dänzer | http://www.a

[Mesa-dev] [PATCH 1/2] R600: Optimize and cleanup KILL on SI

2012-12-17 Thread Christian König
We shouldn't insert KILL optimization if we don't have a kill instruction at all. Signed-off-by: Christian König --- lib/Target/AMDGPU/SIISelLowering.cpp | 14 lib/Target/AMDGPU/SIISelLowering.h |2 - lib/Target/AMDGPU/SIInstructions.td | 24 +++--- lib/Target/AMDGPU/