This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7be55d97c6 [Analysis] In EmitGEPOffset, use Constant::getUniqueInteger [...] new 3a1dfed9eb6 [WinEH] Allocate space in funclets stack to save XMM CSRs new 6416952f01e Revert r369927 - [DAGCombiner] Remove a bunch of redundant [...]
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 141 +++++++++++++++++++++++---- lib/Target/X86/X86FrameLowering.cpp | 44 +++++++-- lib/Target/X86/X86FrameLowering.h | 2 + lib/Target/X86/X86MachineFunctionInfo.h | 8 ++ lib/Target/X86/X86RegisterInfo.cpp | 19 +++- test/CodeGen/X86/avx512-intel-ocl.ll | 12 +-- test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 +++ test/CodeGen/X86/win64-funclet-savexmm.ll | 115 ++++++++++++++++++++++ test/CodeGen/X86/x86-interrupt_cc.ll | 12 +-- 9 files changed, 329 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/X86/win64-funclet-savexmm.ll