diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-28 05:49:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-28 05:49:35 +0000 |
commit | 38461f6b2fac1ccbef9a0ae4c7a4e743cb6963b2 (patch) | |
tree | 87e3305fcc42f11bbec004429b780c13f1d7a97f /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 50bfa4306accee3b9fbeb11b2354a61327effb21 (diff) | |
download | bcm5719-llvm-38461f6b2fac1ccbef9a0ae4c7a4e743cb6963b2.tar.gz bcm5719-llvm-38461f6b2fac1ccbef9a0ae4c7a4e743cb6963b2.zip |
Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized
a memset using 16-byte XMM stores, but where the stack realignment code
didn't work. Until it does (PR2962) disable use of xmm regs in memcpy
and memset formation for linux and other targets with insufficiently
aligned stacks.
This is part of PR2888
llvm-svn: 58317
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
0 files changed, 0 insertions, 0 deletions