[InstCombine] clean up foldSelectICmpAnd(); NFC
As discussed in D45862, we want to delete parts of this code because it can create more instructions than it removes. But we also want to preserve some folds that are winners, so tidy up what's here to make splitting the good from bad a bit easier. llvm-svn: 330841
Loading
Please sign in to comment