This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 1335737ee11 [LLVM][AVR] Support for R_AVR_6 fixup adds f93a6aaebcf [Inliner][NFC] silence gcc 'overloaded-virtual' warning on [...] adds d23131a3c06 [OpenMP] Fix race condition in the completion/freeing of de [...] adds 7c4e711ef8d [AMDGPU] Enable base pointer. adds 9e2a99e5b7d [LoopUnroll] Precommit test for PR459393. adds b54a6633128 [LoopUnroll] Extend test case with additional loop with larger TC. adds bfd512160fe [InstCombine] improve analysis of FP->int->FP to eliminate [...] new 9aca5b68ee3 [X86] getTargetConstantBitsFromNode - remove unnecessary X8 [...] new 6f02633a4f3 [X86] Add getTargetConstantFromBasePtr helper. NFC.
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: llvm/docs/AMDGPUUsage.rst | 19 +- llvm/include/llvm/Transforms/IPO/Inliner.h | 2 + llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | 301 ++++++++++++++++----- llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 6 +- llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | 5 + llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | 19 +- llvm/lib/Target/AMDGPU/SIRegisterInfo.h | 3 + llvm/lib/Target/X86/X86ISelLowering.cpp | 46 +--- .../Transforms/InstCombine/InstCombineCasts.cpp | 21 +- .../AMDGPU/fix-frame-ptr-reg-copy-livein.ll | 10 +- .../CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir | 8 +- .../test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir | 2 +- llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir | 2 +- llvm/test/CodeGen/AMDGPU/stack-realign.ll | 107 ++++++++ llvm/test/Transforms/InstCombine/fpextend.ll | 32 ++- llvm/test/Transforms/LoopUnroll/pr33437.ll | 58 +++- .../pr45939-peel-count-and-complete-unroll.ll | 229 ++++++++++++++++ openmp/runtime/src/kmp_tasking.cpp | 95 +++---- 18 files changed, 776 insertions(+), 189 deletions(-) create mode 100644 llvm/test/Transforms/LoopUnroll/pr45939-peel-count-and-complete [...]