Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53525
AMDGPU: Enable code object v3 by default ClosedPublic Authored by kzhuravl on Oct 22 2018, 1:31 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 4 others. · View Herald TranscriptOct 22 2018, 1:31 PM This revision is now accepted and ready to land.Oct 23 2018, 2:32 PM Closed by commit rL345542: AMDGPU: Enable code object v3 by default (authored by kzhuravl). · Explain WhyOct 29 2018, 2:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171573 llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
llvm/trunk/test/CodeGen/AMDGPU/addrspacecast.ll
llvm/trunk/test/CodeGen/AMDGPU/amdgpu.private-memory.ll
llvm/trunk/test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size.ll
llvm/trunk/test/CodeGen/AMDGPU/call-graph-register-usage.ll
llvm/trunk/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
llvm/trunk/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
llvm/trunk/test/CodeGen/AMDGPU/debugger-emit-prologue.ll
llvm/trunk/test/CodeGen/AMDGPU/elf-notes.ll
llvm/trunk/test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll
llvm/trunk/test/CodeGen/AMDGPU/flat-scratch-reg.ll
llvm/trunk/test/CodeGen/AMDGPU/gfx902-without-xnack.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-fp-mode.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-func.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-images.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-note-no-func.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa.ll
llvm/trunk/test/CodeGen/AMDGPU/kernel-args.ll
llvm/trunk/test/CodeGen/AMDGPU/kernel-argument-dag-lowering.ll
llvm/trunk/test/CodeGen/AMDGPU/large-alloca-compute.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll
llvm/trunk/test/CodeGen/AMDGPU/nop-data.ll
llvm/trunk/test/CodeGen/AMDGPU/promote-alloca-no-opts.ll
llvm/trunk/test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
llvm/trunk/test/MC/AMDGPU/hsa-exp.s
llvm/trunk/test/MC/AMDGPU/hsa-text.s
llvm/trunk/test/MC/AMDGPU/hsa.s
llvm/trunk/test/MC/AMDGPU/hsa_code_object_isa_args.s
llvm/trunk/test/MC/AMDGPU/hsa_isa_version_attrs.s
llvm/trunk/test/MC/AMDGPU/isa-version-hsa.s
llvm/trunk/test/MC/AMDGPU/isa-version-pal.s
llvm/trunk/test/MC/AMDGPU/isa-version-unk.s
llvm/trunk/test/MC/AMDGPU/sym_option.s
llvm/trunk/test/Object/AMDGPU/objdump.s
|