[X86] Use EVT::getIntegerVT instead of MVT::getIntegerVT where the type can be i2...
authorCraig Topper <craig.topper@sifive.com>
Fri, 13 Nov 2020 05:46:34 +0000 (21:46 -0800)
committerCraig Topper <craig.topper@sifive.com>
Fri, 13 Nov 2020 05:48:45 +0000 (21:48 -0800)
commit114f0446405a0828037dbc3b5f506f92dd25ab7f
treead22a40aa389495ded9bf77571c6b059806c0767
parenta4124e455e641db1e18d4221d2dacb31953fd13b
[X86] Use EVT::getIntegerVT instead of MVT::getIntegerVT where the type can be i2 or i4.

This was a mistake introduced in D91294. I'm not sure how to
exercise this with the existing code, but I hit it while trying
some follow up experiments.
llvm/lib/Target/X86/X86ISelLowering.cpp