[PATCH] D24145: AMDGPU: Add runtime metadata for pointee alignment of argument

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 10:53:11 PDT 2016


yaxunl created this revision.
yaxunl added reviewers: arsenm, tstellarAMD, nhaustov.
yaxunl added subscribers: llvm-commits, AMDGPU.
Herald added subscribers: nhaehnle, wdng, arsenm.

Add runtime metdata for pointee alignment of pointer type kernel argument. The key is KeyArgPointeeAlign and the value is a 32 bit unsigned integer.

https://reviews.llvm.org/D24145

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
  test/CodeGen/AMDGPU/runtime-metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24145.70027.patch
Type: text/x-patch
Size: 7995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160901/74fd2d24/attachment.bin>


More information about the llvm-commits mailing list