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-mainline-defconfig in repository toolchain/ci/llvm-project.
from 38095549c6a [flang] Constraint checks C751 to C760 adds a065a01bf71 [AMDGPU] Allow use of StackPtrOffsetReg when building spills adds bca347508c8 [WebAssembly] Handle exception specifications adds 945ad141ce6 Revert "[WebAssembly] Handle exception specifications" adds e32f8e5d4ae [Windows EH] Fix the order of Nested try-catches in $tryMap$ table adds 45c7b3fd910 [LegalizeVectorTypes] Remove non-constnat INSERT_SUBVECTOR [...] new 13d44b2a0c7 [LegalizeDAG] Use getMemBasePlusOffset to simplify some cod [...]
The 1 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/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 9 +- .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 18 ++-- llvm/lib/CodeGen/WinEHPrepare.cpp | 17 +++- llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | 19 ++-- .../CodeGen/AArch64/win-catchpad-nested-cxx.ll | 100 +++++++++++++++++++++ llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll | 64 ++++++++++++- llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll | 34 ++++--- 7 files changed, 221 insertions(+), 40 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/win-catchpad-nested-cxx.ll