[all-commits] [llvm/llvm-project] 31f4e4: AMDGPU: Remove .value_type from kernel metadata
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 10 15:16:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31f4e43f3f391e5c5034580f972e0acc78f99b63
https://github.com/llvm/llvm-project/commit/31f4e43f3f391e5c5034580f972e0acc78f99b63
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/include/llvm/Support/AMDGPUMetadata.h
M llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
M llvm/lib/Support/AMDGPUMetadata.cpp
M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
M llvm/test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hidden-args-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hostcall-absent-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hostcall-absent.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hostcall-present-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-hostcall-present.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-images-v3.ll
M llvm/test/MC/AMDGPU/hsa-metadata-kernel-args.s
Log Message:
-----------
AMDGPU: Remove .value_type from kernel metadata
This doesn't appear used for anything, and is emitted incorrectly
based on the description. This also depends on the IR type, and
pointee element type.
More information about the All-commits
mailing list