[DAGCombiner] remove vselect fold that was accidentally added
authorSanjay Patel <spatel@rotateright.com>
Sat, 6 Nov 2021 13:34:30 +0000 (09:34 -0400)
committerSanjay Patel <spatel@rotateright.com>
Sat, 6 Nov 2021 13:34:30 +0000 (09:34 -0400)
commit39c4c7d3912a6759e537e03ed334451e9f96e9ad
tree92e655b5affc45aef63d257ae7090bf4332f052e
parent83c2fb9f66be0eab489818ca87027dd2dbfeaa8e
[DAGCombiner] remove vselect fold that was accidentally added

This diff snuck into the unrelated:
025a2f73a319

It's a suggested follow-up for D113212, but I need to add test
coverage first.
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp