[LegalizeTypes] Remove the call to SplitVecRes_UnaryOp from SplitVecRes_StrictFPOp...
authorCraig Topper <craig.topper@gmail.com>
Tue, 17 Dec 2019 04:52:02 +0000 (20:52 -0800)
committerCraig Topper <craig.topper@gmail.com>
Tue, 17 Dec 2019 07:42:13 +0000 (23:42 -0800)
commitc4d2bb1ede04985a9b1a57b75a6a0d773fb78fd9
tree179904d0dc62d8d15553786240d09a58b4b64a9c
parent97182013c4587e85d5ce3231e66fea41d58d4fa9
[LegalizeTypes] Remove the call to SplitVecRes_UnaryOp from SplitVecRes_StrictFPOp. NFCI

It doesn't seem to do anything that SplitVecRes_StrictFPOp can't
do. SplitVecRes_StrictFPOp already handles nodes with a variable
number of arguments and a mix of scalar and vector arguments.
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp