[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N1, N2) ->...
[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N1, N2) -> (vselect N0, N2, N1). Only do this if the target indicates its vector boolean type is ZeroOrNegativeOneBooleanContent. llvm-svn: 291645
Loading
Please sign in to comment