[PATCH] D63307: [AMDGPU] gfx1011/gfx1012 targets

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 17:15:21 PDT 2019


rampitec created this revision.
rampitec added reviewers: kzhuravl, msearles.
Herald added subscribers: rupprecht, jfb, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, arsenm.

This has to be wave64 until wave32 is committed. Some tests are held back for the same reason.


https://reviews.llvm.org/D63307

Files:
  include/llvm/BinaryFormat/ELF.h
  include/llvm/Support/TargetParser.h
  lib/ObjectYAML/ELFYAML.cpp
  lib/Support/TargetParser.cpp
  lib/Target/AMDGPU/AMDGPU.td
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/GCNProcessors.td
  lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  lib/Target/AMDGPU/VOP2Instructions.td
  lib/Target/AMDGPU/VOP3PInstructions.td
  test/CodeGen/AMDGPU/elf-header-flags-mach.ll
  test/CodeGen/AMDGPU/fdot2.ll
  test/CodeGen/AMDGPU/hsa-note-no-func.ll
  test/CodeGen/AMDGPU/lds-misaligned-bug.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.sdot2.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.sdot8.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.udot2.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.udot4.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.udot8.ll
  test/MC/AMDGPU/gfx1011_dlops.s
  test/MC/AMDGPU/gfx1011_err.s
  test/MC/AMDGPU/smem.s
  test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
  test/MC/Disassembler/AMDGPU/gfx1011_dasm_dlops.txt
  test/MC/Disassembler/AMDGPU/xdl-insts-gfx1011-gfx1012.txt
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63307.204666.patch
Type: text/x-patch
Size: 84269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/0ac70024/attachment-0001.bin>


More information about the llvm-commits mailing list