mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
R600/SI: Remove unused register class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8c404923a
commit
2d6b5022c4
@ -256,10 +256,3 @@ def VSrc_64 : RegImmOperand<VS_64>;
|
||||
def VCSrc_32 : RegInlineOperand<VS_32>;
|
||||
|
||||
def VCSrc_64 : RegInlineOperand<VS_64>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// SGPR and VGPR register classes
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def VSrc_128 : RegisterClass<"AMDGPU", [v4i32, v4f32], 128,
|
||||
(add VReg_128, SReg_128)>;
|
||||
|
Loading…
Reference in New Issue
Block a user