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

2012-11-14 Thread Michel Dänzer
On Mit, 2012-11-14 at 14:18 +0100, Christian König wrote: > SGPRs are not affected by control flow. > > v2: don't use liveness analyse any more, handle partial > dominated end notes. > v3: fix old pass name in CMakeLists.txt > v4: remove unnecessary successor handling and kill handling > v5:

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

2012-11-14 Thread Christian König
SGPRs are not affected by control flow. v2: don't use liveness analyse any more, handle partial dominated end notes. v3: fix old pass name in CMakeLists.txt v4: remove unnecessary successor handling and kill handling v5: adjust live analysis directly Signed-off-by: Christian König --- lib/T