]> granicus.if.org Git - llvm/commit
[LegalizeTypes] Check for already split condition before calilng SplitVecRes_SETCC...
authorCraig Topper <craig.topper@intel.com>
Wed, 2 Oct 2019 22:34:49 +0000 (22:34 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 2 Oct 2019 22:34:49 +0000 (22:34 +0000)
commitc73599fde257ea8edd289a45919b290b0a396614
tree71e97391954c860209a8dc00a43305d0ca7041d7
parent70897f70e0cf9837c5fe2a200a2f184639a72471
[LegalizeTypes] Check for already split condition before calilng SplitVecRes_SETCC in SplitRes_SELECT.

No point in manually splitting the SETCC if it was already done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373535 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp