[DAGCombiner] Remove code for optimizing select (xor Cond, 0), X, Y -> select...
[DAGCombiner] Remove code for optimizing select (xor Cond, 0), X, Y -> select Cond, X, Y. Just let combine on the xor itself take care of it. llvm-svn: 291534
Loading
Please sign in to comment