[PATCH] D53525: AMDGPU: Enable code object v3 by default

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 13:31:56 PDT 2018


kzhuravl created this revision.
kzhuravl added a reviewer: t-tye.
Herald added subscribers: tpr, dstuttard, yaxunl, wdng, jvesely, arsenm, qcolombet.

https://reviews.llvm.org/D53525

Files:
  lib/Target/AMDGPU/AMDGPU.td
  test/CodeGen/AMDGPU/addrspacecast.ll
  test/CodeGen/AMDGPU/amdgpu.private-memory.ll
  test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size.ll
  test/CodeGen/AMDGPU/call-graph-register-usage.ll
  test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
  test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
  test/CodeGen/AMDGPU/debugger-emit-prologue.ll
  test/CodeGen/AMDGPU/elf-notes.ll
  test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll
  test/CodeGen/AMDGPU/flat-scratch-reg.ll
  test/CodeGen/AMDGPU/gfx902-without-xnack.ll
  test/CodeGen/AMDGPU/hsa-fp-mode.ll
  test/CodeGen/AMDGPU/hsa-func.ll
  test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll
  test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
  test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll
  test/CodeGen/AMDGPU/hsa-metadata-images.ll
  test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
  test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll
  test/CodeGen/AMDGPU/hsa-note-no-func.ll
  test/CodeGen/AMDGPU/hsa.ll
  test/CodeGen/AMDGPU/kernel-args.ll
  test/CodeGen/AMDGPU/kernel-argument-dag-lowering.ll
  test/CodeGen/AMDGPU/large-alloca-compute.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll
  test/CodeGen/AMDGPU/nop-data.ll
  test/CodeGen/AMDGPU/promote-alloca-no-opts.ll
  test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  test/MC/AMDGPU/hsa-exp.s
  test/MC/AMDGPU/hsa-text.s
  test/MC/AMDGPU/hsa.s
  test/MC/AMDGPU/hsa_code_object_isa_args.s
  test/MC/AMDGPU/hsa_isa_version_attrs.s
  test/MC/AMDGPU/isa-version-hsa.s
  test/MC/AMDGPU/isa-version-pal.s
  test/MC/AMDGPU/isa-version-unk.s
  test/MC/AMDGPU/sym_option.s
  test/Object/AMDGPU/objdump.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53525.170484.patch
Type: text/x-patch
Size: 72713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/70512c6b/attachment.bin>


More information about the llvm-commits mailing list