OSDN Git Service

Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
authorEli Friedman <eli.friedman@gmail.com>
Fri, 19 Jun 2009 07:00:55 +0000 (07:00 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 19 Jun 2009 07:00:55 +0000 (07:00 +0000)
commit7e2242be71bc44ab1447b5211b3c0f1cec94c467
treead3903b269224311358f4ad4074a42b39c9ae8fd
parent7a42b08be8836149ea4e3f95ddcc42e198561df3
Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
handle with an SSE2 instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll [new file with mode: 0644]