Fix for PR2472. Use movss to set lower 32-bits of a zero XMM vector.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jul 2008 01:08:23 +0000 (01:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jul 2008 01:08:23 +0000 (01:08 +0000)
commit331e2bd942f395f3476f2b0c773e551c489a7bf1
tree9c203f06409422311e23e32c81cba8e55a96b50e
parentae55e04d7a89af2a02041ecbf7f46cba753fa8ce
Fix for PR2472. Use movss to set lower 32-bits of a zero XMM vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53386 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/vec_set-J.ll [new file with mode: 0644]