[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt domain
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 16 Feb 2015 21:50:56 +0000 (21:50 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 16 Feb 2015 21:50:56 +0000 (21:50 +0000)
commit0638f4e1150f77b25aef57b0728aa95add4a670c
treebd807796183fd20bc1950b6a191ab45ae5fdc466
parent2deb1d0b547ce041d64951bd7e2378b02861aa01
[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt domain

Patch to explicitly add the SSE MOVQ (rr,mr,rm) instructions to SSEPackedInt domain - prevents a number of costly domain switches.

Differential Revision: http://reviews.llvm.org/D7600

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/vector-shuffle-mmx.ll
test/CodeGen/X86/widen_load-1.ll