[LegalizeTypes] Remove a few cases from SplitVectorOperand that should never happen...
authorCraig Topper <craig.topper@intel.com>
Sun, 13 Sep 2020 03:54:48 +0000 (20:54 -0700)
committerCraig Topper <craig.topper@intel.com>
Sun, 13 Sep 2020 03:59:14 +0000 (20:59 -0700)
commit61d29e0dff0e93f3fa1382fb177634840844b273
tree48bbc7b9fe2ebd12bd35f4a7b4dece87ce7b63dc
parent758732a34ed005cb135afcf14c9750a5483a49d3
[LegalizeTypes] Remove a few cases from SplitVectorOperand that should never happen. NFC

CTTZ, CTLZ, CTPOP, and FCANONICALIZE all have the same input and
output types so the operand should have already been legalized when the
result type was legalized.
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp