AMDGPU: Remove remnants of gfx901 (it was deprecated some time ago)
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Tue, 1 May 2018 18:47:48 +0000 (18:47 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Tue, 1 May 2018 18:47:48 +0000 (18:47 +0000)
llvm-svn: 331298

llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
llvm/test/CodeGen/AMDGPU/debugger-reserve-regs.ll
llvm/test/MC/AMDGPU/fma-mix.s

index 1347427..cce8800 100644 (file)
@@ -72,10 +72,9 @@ public:
     ISAVersion8_0_3,
     ISAVersion8_1_0,
     ISAVersion9_0_0,
-    ISAVersion9_0_1,
     ISAVersion9_0_2,
     ISAVersion9_0_4,
-    ISAVersion9_0_6
+    ISAVersion9_0_6,
   };
 
   enum TrapHandlerAbi {
index ae40ce3..be4201b 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=fiji -mattr=+amdgpu-debugger-reserve-regs -verify-machineinstrs < %s | FileCheck %s
-; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=gfx901 -mattr=+amdgpu-debugger-reserve-regs -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=gfx900 -mattr=+amdgpu-debugger-reserve-regs -verify-machineinstrs < %s | FileCheck %s
 target datalayout = "A5"
 ; CHECK: reserved_vgpr_first = {{[0-9]+}}
 ; CHECK-NEXT: reserved_vgpr_count = 4
index aed684c..9d4c762 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: llvm-mc -arch=amdgcn -mcpu=gfx904 -show-encoding %s | FileCheck -check-prefix=GFX9-FMAMIX %s
 // RUN: llvm-mc -arch=amdgcn -mcpu=gfx906 -show-encoding %s | FileCheck -check-prefix=GFX9-FMAMIX %s
-// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx901 -show-encoding %s 2>&1 | FileCheck -check-prefix=GFX9-MADMIX-ERR %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx900 -show-encoding %s 2>&1 | FileCheck -check-prefix=GFX9-MADMIX-ERR %s
 
 v_fma_mix_f32 v0, v1, v2, v3
 // GFX9-FMAMIX: v_fma_mix_f32 v0, v1, v2, v3 ; encoding: [0x00,0x00,0xa0,0xd3,0x01,0x05,0x0e,0x04]