[X86] Add a hack to combineVSelectWithAllOnesOrZeros to turn selects with two...
[X86] Add a hack to combineVSelectWithAllOnesOrZeros to turn selects with two zero/undef vector inputs into an all zeroes vector. If the two zero vectors have undefs in different places they won't get combined by simplifySelect. This fixes a regression from an earlier commit. llvm-svn: 371351
Loading
Please sign in to comment