This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add runtime metadata for pointee alignment of argument
ClosedPublic

Authored by yaxunl on Sep 1 2016, 10:53 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

yaxunl updated this revision to Diff 70027.Sep 1 2016, 10:53 AM
yaxunl retitled this revision from to AMDGPU: Add runtime metadata for pointee alignment of argument.
yaxunl updated this object.
yaxunl added subscribers: llvm-commits, Restricted Project.
nhaustov accepted this revision.Sep 1 2016, 11:20 AM
nhaustov edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2016, 11:20 AM
This revision was automatically updated to reflect the committed changes.