mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-15 14:28:25 +00:00
R600/SI: Use register class instead of list of registers
I'm not sure if this has any consequence or not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
178066b169
commit
c1072cf96d
@ -173,7 +173,7 @@ def SReg_32 : RegisterClass<"AMDGPU", [f32, i32], 32,
|
||||
def SGPR_64 : RegisterClass<"AMDGPU", [v2i32, i64], 64, (add SGPR_64Regs)>;
|
||||
|
||||
def SReg_64 : RegisterClass<"AMDGPU", [v2i32, i64, i1], 64,
|
||||
(add SGPR_64Regs, VCCReg, EXECReg)
|
||||
(add SGPR_64, VCCReg, EXECReg)
|
||||
>;
|
||||
|
||||
def SReg_128 : RegisterClass<"AMDGPU", [v4i32, v16i8], 128, (add SGPR_128)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user