[PATCH] D63396: [WinEH] Allocate space in funclets stack to save XMM CSRs

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 00:47:59 PDT 2019


pengfei created this revision.
pengfei added reviewers: andrew.w.kaylor, rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This is an alternate approach to D57970 <https://reviews.llvm.org/D57970>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63396

Files:
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86MachineFunctionInfo.h
  llvm/test/CodeGen/X86/catchpad-realign-savexmm.ll
  llvm/test/CodeGen/X86/win64-funlet-savexmm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63396.204994.patch
Type: text/x-patch
Size: 11124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/8e852a91/attachment.bin>


More information about the llvm-commits mailing list