[PATCH] D132145: AMDGPU/MetaData: Restrict address space key to only be emitted for "global_buffer" and "dynamic_shared_pointer"

Raghav Medicherla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 10:00:39 PDT 2022


raghavmedicherla created this revision.
raghavmedicherla added reviewers: scott.linder, kzhuravl.
Herald added subscribers: kosarev, foad, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, arsenm.
Herald added a project: All.
raghavmedicherla requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This matches .address_space docs at https://llvm.org/docs/AMDGPUUsage.html#amdgpu-amdhsa-code-object-kernel-argument-metadata-map-table-v3.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132145

Files:
  llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  llvm/test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel-v3.ll
  llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full-v3.ll
  llvm/test/CodeGen/AMDGPU/hsa-metadata-hidden-args-v3.ll
  llvm/test/CodeGen/AMDGPU/hsa-metadata-hidden-args-v5.ll
  llvm/test/CodeGen/AMDGPU/hsa-metadata-hostcall-present-v3-asan.ll
  llvm/test/CodeGen/AMDGPU/hsa-metadata-images-v3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132145.453691.patch
Type: text/x-patch
Size: 56506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220818/f7d098e7/attachment.bin>


More information about the llvm-commits mailing list