[X86] Strengthen type constraints on some specialized X86 ISD opcodes that don't...
authorCraig Topper <craig.topper@intel.com>
Wed, 15 May 2019 21:16:28 +0000 (21:16 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 15 May 2019 21:16:28 +0000 (21:16 +0000)
commit439228727a33624fbb7a67c854e5117bbed9a992
tree6d56dc6c5d3fbfc7c9af55c5f184215a81a343e6
parent4b77a6a55ec294132dc0fe24dffd47c727f6bbf4
[X86] Strengthen type constraints on some specialized X86 ISD opcodes that don't have any flexibility. NFC

These particular instructions only operate on 128-bit vectors and have no wider equivalents. And the
element size is always known.

One could argue that MOVSS/MOVSD could be merged, but that's probably disruptive to code in
X86ISelLowering and probably low value.

llvm-svn: 360815
llvm/lib/Target/X86/X86InstrFragmentsSIMD.td