Re: [Mesa-dev] [PATCH 1/3] R600: fix PHI value adding in the structurizer

2013-02-06 Thread Tom Stellard
Hi Christian, I'm still unable to get the glsl1-while-loop with continue test to pass on R600 with the new structurizer. For this test, the structurizer is producing strange code and I'm not sure if it is correct. I have attached the full before and after dumps to this email. Here is the

[Mesa-dev] [PATCH 1/3] R600: fix PHI value adding in the structurizer

2013-02-04 Thread Christian König
From: Christian König christian.koe...@amd.com Otherwise we sometimes produce invalid code. Signed-off-by: Christian König christian.koe...@amd.com Tested-by: Michel Dänzer michel.daen...@amd.com --- lib/Target/R600/AMDGPUStructurizeCFG.cpp | 146 +- 1 file changed,

[Mesa-dev] [PATCH 1/3] R600: fix PHI value adding in the structurizer

2013-02-01 Thread Christian König
From: Christian König christian.koe...@amd.com Otherwise we sometimes produce invalid code. Signed-off-by: Christian König christian.koe...@amd.com --- lib/Target/R600/AMDGPUStructurizeCFG.cpp | 146 +- 1 file changed, 81 insertions(+), 65 deletions(-) diff --git