Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54186
AMDGPU: Enable code object v3 for AMDHSA only ClosedPublic Authored by kzhuravl on Nov 6 2018, 3:06 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 4 others. · View Herald TranscriptNov 6 2018, 3:06 PM This revision is now accepted and ready to land.Nov 7 2018, 5:36 PM Closed by commit rL346923: AMDGPU: Enable code object v3 for AMDHSA only (authored by kzhuravl). · Explain WhyNov 14 2018, 6:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174145 llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h
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
|