[X86] Fix an assert that was incorrectly checking for BMI instead of AVX512VBMI.
authorCraig Topper <craig.topper@intel.com>
Sun, 26 Nov 2017 21:14:48 +0000 (21:14 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 26 Nov 2017 21:14:48 +0000 (21:14 +0000)
commit074003c8e22d5d6c0ee7d6e38e78e9b5832b22dc
tree16b9aaf619178e96925d997d41082dcbc6795b17
parentfe6e92d5172a0579ec8bb10c1d6e4255de3fce81
[X86] Fix an assert that was incorrectly checking for BMI instead of AVX512VBMI.

The check is actually unnecessary since AVX512VBMI implies AVX512BW which is the other part of the assert.

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