OSDN Git Service

AMDGPU/GCN: Bring processors in sync with AMDGPUUsage
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Fri, 8 Dec 2017 20:52:28 +0000 (20:52 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Fri, 8 Dec 2017 20:52:28 +0000 (20:52 +0000)
commit88dc9581626e8547646a183ec8394798993e6162
tree11f43b8377f6b51bffc4f55e0c62ad077a0505f7
parent79dda1dc3a2d074a22687d83abd317991ca77b68
AMDGPU/GCN: Bring processors in sync with AMDGPUUsage

  - Add gfx704
    - Change bonaire to gfx704
  - Remove gfx804
  - Remove gfx901
  - Remove gfx903

Differential Revision: https://reviews.llvm.org/D40046

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320194 91177308-0d34-0410-b5e6-96231b3b80d8
48 files changed:
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/GCNProcessors.td
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/ashr.v2i16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
test/CodeGen/AMDGPU/fabs.f16.ll
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
test/CodeGen/AMDGPU/fcanonicalize.f16.ll
test/CodeGen/AMDGPU/fcopysign.f16.ll
test/CodeGen/AMDGPU/fmed3.ll
test/CodeGen/AMDGPU/fmuladd.v2f16.ll
test/CodeGen/AMDGPU/fneg-fabs.f16.ll
test/CodeGen/AMDGPU/fneg.f16.ll
test/CodeGen/AMDGPU/fpext.f16.ll
test/CodeGen/AMDGPU/fptrunc.f16.ll
test/CodeGen/AMDGPU/fsub.f16.ll
test/CodeGen/AMDGPU/hsa-note-no-func.ll
test/CodeGen/AMDGPU/immv216.ll
test/CodeGen/AMDGPU/inlineasm-packed.ll
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll
test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.fmed3.f16.ll
test/CodeGen/AMDGPU/lshr.v2i16.ll
test/CodeGen/AMDGPU/max.i16.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/pack.v2f16.ll
test/CodeGen/AMDGPU/pack.v2i16.ll
test/CodeGen/AMDGPU/scratch-simple.ll
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/shl.v2i16.ll
test/CodeGen/AMDGPU/smed3.ll
test/CodeGen/AMDGPU/sminmax.v2i16.ll
test/CodeGen/AMDGPU/sub.v2i16.ll
test/CodeGen/AMDGPU/umed3.ll
test/MC/AMDGPU/gfx9_asm_all.s
test/MC/AMDGPU/hsa_code_object_isa_args.s
test/MC/AMDGPU/literalv216.s
test/MC/AMDGPU/sym_option.s
test/MC/AMDGPU/vop1-gfx9.s
test/MC/AMDGPU/vop3-gfx9.s
test/MC/AMDGPU/vop3p-err.s
test/MC/AMDGPU/vop3p.s
test/MC/Disassembler/AMDGPU/flat_gfx9.txt
test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt