Re: [Mesa-dev] [PATCH] AMDGPU: Don't allow using SI SGPRs 102 and 103 directly.

2012-10-31 Thread Tom Stellard
On Wed, Oct 31, 2012 at 05:00:04PM +0100, Michel Dänzer wrote: > From: Michel Dänzer > > Two SGPRs are used for VCC, so it's not possible to use these and VCC > together. > Reviewed-by: Tom Stellard > Signed-off-by: Michel Dänzer > --- > lib/Target/AMDGPU/SIRegisterInfo.td |4 ++-- > 1

[Mesa-dev] [PATCH] AMDGPU: Don't allow using SI SGPRs 102 and 103 directly.

2012-10-31 Thread Michel Dänzer
From: Michel Dänzer Two SGPRs are used for VCC, so it's not possible to use these and VCC together. Signed-off-by: Michel Dänzer --- lib/Target/AMDGPU/SIRegisterInfo.td |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/AMDGPU/SIRegisterInfo.td b/lib/Target/