Add a pattern to do move the low element of a v4f32 and zero extend the rest.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 9 May 2008 23:37:55 +0000 (23:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 9 May 2008 23:37:55 +0000 (23:37 +0000)
commit23573e5be606c52b60ab08ccba6a3125caee4590
treef77141666eae64aa807ee62990aaed969e0faadf
parent6b8583cbf1f8a3df5ae859d3da2ca690ff57f91c
Add a pattern to do move the low element of a v4f32 and zero extend the rest.

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