This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bac5341 [SCEV] Fix incorrect trip count computation new 115244a AMDGPU: Fix kernel argument alignment impacting stack size new 129e730 Add looping testcase that broke in r272987
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AMDGPU/AMDGPUCallingConv.td | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 16 ++++++---- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 10 +++--- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 15 +++++++++ test/CodeGen/AMDGPU/kernarg-stack-alignment.ll | 44 ++++++++++++++++++++++++++ test/Transforms/InstCombine/trunc.ll | 21 ++++++++++++ 6 files changed, 94 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/AMDGPU/kernarg-stack-alignment.ll