]> granicus.if.org Git - llvm/commit
[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)
commita65225ba1f48c0ffb9f3965f2f38c85cf71124f4
tree45d9572db06d99b1924e06b13d3d0f0a5e8811fe
parentb14a5d35fadd647ab2bae1163a4c3bd67252e2db
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337349 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrSSE.td