Don't use AllocateStack because kernel arguments have nothing
to do with the stack. The ensureMaxAlignment call was still
changing the stack alignment.
Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Paths
| Differential D20940
AMDGPU: Fix kernel argument alignment impacting stack size ClosedPublic Authored by arsenm on Jun 2 2016, 5:08 PM.
Details
Summary Don't use AllocateStack because kernel arguments have nothing
Diff Detail Event Timelinearsenm updated this object. This revision is now accepted and ready to land.Jun 9 2016, 1:19 PM
Revision Contents
Diff 59480 lib/Target/AMDGPU/AMDGPUCallingConv.td
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.h
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
test/CodeGen/AMDGPU/kernarg-stack-alignment.ll
|