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

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 18:01:55 PDT 2019


pengfei updated this revision to Diff 216989.
pengfei marked an inline comment as not done.
pengfei added a comment.

Fix the error in calculating funclet stack pointer.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66596/new/

https://reviews.llvm.org/D66596

Files:
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86FrameLowering.h
  llvm/lib/Target/X86/X86MachineFunctionInfo.h
  llvm/lib/Target/X86/X86RegisterInfo.cpp
  llvm/test/CodeGen/X86/avx512-intel-ocl.ll
  llvm/test/CodeGen/X86/catchpad-realign-savexmm.ll
  llvm/test/CodeGen/X86/win64-funclet-savexmm.ll
  llvm/test/CodeGen/X86/x86-interrupt_cc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66596.216989.patch
Type: text/x-patch
Size: 18702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190824/e3ea6dc1/attachment.bin>


More information about the llvm-commits mailing list