Add x86 isel logic and patterns to match movlps from clang generated IR for _mm_loadl...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 8 Nov 2011 00:31:58 +0000 (00:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 8 Nov 2011 00:31:58 +0000 (00:31 +0000)
commit7bc389b6b00e26e07fa5ac64e43d9b06b73828c1
treee1f54e5c9ccbb9a41a8d059be4d00bf481ebaee9
parent0d690977791a76af79c2fc3d7b794d5537831545
Add x86 isel logic and patterns to match movlps from clang generated IR for _mm_loadl_pi(). rdar://10134392, rdar://10050222

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144052 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/vec_shuffle-38.ll
test/CodeGen/X86/vec_shuffle-39.ll [new file with mode: 0644]