This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_segment_alignment
ClosedPublic

Authored by tstellarAMD on Dec 5 2016, 8:47 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_segment_alignment.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Dec 5 2016, 9:00 AM
arsenm edited edge metadata.

LGTM with return type fixed

lib/Target/AMDGPU/AMDGPUMachineFunction.h
53 ↗(On Diff #80274)

MaxKernArgAlign is unsigned

This revision is now accepted and ready to land.Dec 5 2016, 9:00 AM
This revision was automatically updated to reflect the committed changes.