[Mesa-dev] [PATCH 11/12] R600/SI: nuke SReg_1 v3

2013-02-14 Thread Christian König
From: Christian König It's completely unnecessary and can be replace with proper SReg_64 handling instead. This actually fixes a piglit test on SI. v2: use correct register class in addRegisterClass, set special classes as not allocatable v3: revert setting special classes as not allocateab

[Mesa-dev] [PATCH 11/12] R600/SI: nuke SReg_1 v2

2013-02-14 Thread Christian König
From: Christian König It's completely unnecessary and can be replace with proper SReg_64 handling instead. This actually fixes a piglit test on SI. v2: use correct register class in addRegisterClass, set special classes as not allocatable Signed-off-by: Christian König --- lib/Target/R60

[Mesa-dev] [PATCH 11/12] R600/SI: nuke SReg_1

2013-02-12 Thread Christian König
From: Christian König It's completely unnecessary and can be replace with proper SReg_64 handling instead. This actually fixes a piglit test on SI. Signed-off-by: Christian König --- lib/Target/R600/AMDGPUISelLowering.h | 10 --- lib/Target/R600/SIISelLowering.cpp | 37 -