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-release-aarch64-lts-defconfig in repository toolchain/ci/llvm-project.
from 2d75b245668 [MS] Fix constexpr data member pointer conversions new 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs
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/Target/X86/X86FrameLowering.cpp | 44 ++- llvm/lib/Target/X86/X86FrameLowering.h | 2 + llvm/lib/Target/X86/X86MachineFunctionInfo.h | 8 + llvm/lib/Target/X86/X86RegisterInfo.cpp | 19 +- llvm/test/CodeGen/X86/avx512-intel-ocl.ll | 328 +++++++++++----------- llvm/test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 + llvm/test/CodeGen/X86/win64-funclet-savexmm.ll | 115 ++++++++ llvm/test/CodeGen/X86/x86-interrupt_cc.ll | 12 +- 8 files changed, 366 insertions(+), 177 deletions(-) create mode 100644 llvm/test/CodeGen/X86/win64-funclet-savexmm.ll