[X86] Remove some redundant qualifications from the setOperationAction blocks. NFC
authorCraig Topper <craig.topper@intel.com>
Sun, 11 Feb 2018 03:07:19 +0000 (03:07 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 11 Feb 2018 03:07:19 +0000 (03:07 +0000)
commitba5ad55965bd7e67b4477cd7e0a4dda21fba6510
tree4a6176fe5be0e987e1e3313cf428b7c5a0ae8342
parentc6cd1f01395ef45e0e618a9c26d1365eec582455
[X86] Remove some redundant qualifications from the setOperationAction blocks. NFC

These were added as part of the refactoring for prefer vector width. At the time I thought the hasAVX512 here would be replaced with "allow 512 bit vectors" so that it would read "allow 512 bit vectors OR VLX". But now the plan is to only give the option of disabling 512 bit vectors when VLX is enabled. So we don't need this qualification at all

llvm-svn: 324831
llvm/lib/Target/X86/X86ISelLowering.cpp