OSDN Git Service

[X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Sat, 6 Dec 2014 01:31:07 +0000 (01:31 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Sat, 6 Dec 2014 01:31:07 +0000 (01:31 +0000)
commit3b9ac8c7c33b5692507ca33a48d14109d12b07be
tree21c7b71d7b5daab0ef0ff99bc084299c1e8eb125
parenta421ac689f50cee8f7258c9110b69de00bd3ddba
[X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.

Most patterns will go away once the extload legalization changes land.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223567 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-zext.ll