[X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS with v2i64/v2f64 types.
authorCraig Topper <craig.topper@intel.com>
Wed, 18 Jul 2018 05:10:53 +0000 (05:10 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 18 Jul 2018 05:10:53 +0000 (05:10 +0000)
commit95063a45b84a330d6ee378256593c244f89df9d3
tree53058358b51533a4123a71da0ced67930c4b4dc9
parent1425e10cc6f8306cba01589c9e3f8459fa7e2ffe
[X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS with v2i64/v2f64 types.

The X86ISD::MOVLHPS/MOVHLPS should now only be emitted in SSE1 only. This means that the v2i64/v2f64 types would be illegal thus we don't need these patterns.

llvm-svn: 337349
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/lib/Target/X86/X86InstrSSE.td