[DAGCombine] Teach DAG combine that if both inputs of a vselect are the same,...
[DAGCombine] Teach DAG combine that if both inputs of a vselect are the same, then the condition doesn't matter and the vselect can be removed. Selects with scalar condition already handle this correctly. llvm-svn: 287904
Loading
Please register or sign in to comment