Skip to content
Commit 1cc20725 authored by Craig Topper's avatar Craig Topper
Browse files

[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291534 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5165d0d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment