This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6b4b10a395 Prefer addAttr(Attribute::AttrKind) over the AttributeList [...] new 610621c4ba1 AMDGPU: Change DivergenceAnalysis for function arguments new 902e7e59d19 AMDGPU: Don't align callable functions to 256 new 5c42a4d473b [MathExtras] Fix undefined behavior (shift by bit width)
The 3 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: include/llvm/Support/MathExtras.h | 2 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 25 +- .../DivergenceAnalysis/AMDGPU/kernel-args.ll | 27 +- .../AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 1326 +++++++++++--------- test/CodeGen/AMDGPU/hsa-func-align.ll | 18 + test/CodeGen/AMDGPU/hsa-func.ll | 13 + unittests/Support/MathExtrasTest.cpp | 5 + 8 files changed, 820 insertions(+), 600 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hsa-func-align.ll