Skip to content
Commit 38461f6b authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 50bfa430
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment