[PATCH] D40046: AMDGPU/GCN: Bring processors in sync with AMDGPUUsage

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 12:04:24 PST 2017


kzhuravl created this revision.
Herald added subscribers: eraman, tpr, dstuttard, yaxunl, nhaehnle, wdng, arsenm.

- Remove gfx804
- Remove gfx901
- Remove gfx903


https://reviews.llvm.org/D40046

Files:
  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/insert_vector_elt.v2i16.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/gfx9_dasm_all.txt
  test/MC/Disassembler/AMDGPU/vop1_gfx9.txt
  test/MC/Disassembler/AMDGPU/vop3_gfx9.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40046.122894.patch
Type: text/x-patch
Size: 47552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/229f600a/attachment.bin>


More information about the llvm-commits mailing list