[X86] Fix a couple types in SimplifyDemandedVectorEltsForTargetNode. NFCI
authorCraig Topper <craig.topper@intel.com>
Fri, 30 Nov 2018 06:23:55 +0000 (06:23 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 30 Nov 2018 06:23:55 +0000 (06:23 +0000)
commit0850e8a6b647323ba184d4c63a8d500b3a7ec013
tree906fe82efcd00f083fec94f69d56cf6e168b94aa
parent6e4dc6f23f0e755b29b1e9bba76632a536f5f534
[X86] Fix a couple types in SimplifyDemandedVectorEltsForTargetNode. NFCI

We had a EVT variable capturing the result of getSimpleValueType which returns an MVT. Another place using EVT that could have been MVT. And an 'int' that should be 'unsigned'.

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