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-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 2d75b245668 [MS] Fix constexpr data member pointer conversions adds 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs
No new revisions were added by this update.
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