commit | 7d9ba495dd9126f5f2668acd8927a5b0363d4866 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Fri Nov 30 06:23:55 2018 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Fri Nov 30 06:23:55 2018 +0000 |
tree | 98959eb07a7af63aef72c8650252732bff229d4f | |
parent | 9f3f290561f7c5d98065cac23e9717e7901aa23b [diff] |
[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'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347959 91177308-0d34-0410-b5e6-96231b3b80d8