Re: [Mesa-dev] [PATCH] SI: fix SGPR liveness v2

2012-11-09 Thread Tom Stellard
On Fri, Nov 09, 2012 at 03:25:33PM +0100, Christian König wrote: > SGPRs are not affected by flow control. > > v2: don't use liveness analyse any more, handle partial > dominated end notes. > Reviewed-by: Tom Stellard > Signed-off-by: Christian König > --- > lib/Target/AMDGPU/AMDGPU.h

Re: [Mesa-dev] [PATCH] SI: fix SGPR liveness v2

2012-11-09 Thread Michel Dänzer
On Fre, 2012-11-09 at 15:25 +0100, Christian König wrote: > SGPRs are not affected by flow control. Control flow. :) > v2: don't use liveness analyse any more, handle partial > dominated end notes. > > Signed-off-by: Christian König Tested-by: Michel Dänzer -- Earthling Michel Dänzer

[Mesa-dev] [PATCH] SI: fix SGPR liveness v2

2012-11-09 Thread Christian König
SGPRs are not affected by flow control. v2: don't use liveness analyse any more, handle partial dominated end notes. Signed-off-by: Christian König --- lib/Target/AMDGPU/AMDGPU.h|1 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp |3 + lib/Target/AMDGPU/CMakeLists.txt