PR3739, part 2: Use an explicit store to spill XMM registers. (Previously,
authorEli Friedman <eli.friedman@gmail.com>
Thu, 4 Jun 2009 02:32:04 +0000 (02:32 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 4 Jun 2009 02:32:04 +0000 (02:32 +0000)
commitbccf4b3050907b61b9d5349601269a0474b4c0fd
tree0035e9446d55b64ed29a7a109a010074d4c07dd2
parent9a417121225506cdde5a9b3c73122b2158830bf0
PR3739, part 2: Use an explicit store to spill XMM registers. (Previously,
the code tried to use "push", which doesn't exist for XMM registers.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll [new file with mode: 0644]