This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make AMDGPUMachineFunction fields private
ClosedPublic

Authored by arsenm on Jul 18 2016, 7:06 PM.

Details

Reviewers
tstellarAMD
Summary

ABIArgOffset is a problem because properly fsetting the
KernArgSize requires that the reserved area before the
real kernel arguments be correctly aligned, which requires
fixing clover.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 64439.Jul 18 2016, 7:06 PM
arsenm retitled this revision from to AMDGPU: Make AMDGPUMachineFunction fields private.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 25 2016, 5:23 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 25 2016, 5:23 PM
arsenm closed this revision.Jul 26 2016, 10:03 AM

r276766