This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/Metadata: Always report a fixed number of hidden arguments
ClosedPublic

Authored by kzhuravl on Mar 31 2018, 3:10 PM.

Details

Summary

Currently it is 6. If the "feature" was not used, report dummy hidden argument. Otherwise it does not match the kernarg size reported in the kernel header.

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.Mar 31 2018, 3:10 PM
t-tye accepted this revision.Apr 3 2018, 1:10 PM

LGTM

This revision is now accepted and ready to land.Apr 3 2018, 1:10 PM
This revision was automatically updated to reflect the committed changes.