simplify-rtx.c (simplify_binary_operation_1): Handle more cases for the "(and X ...
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 6 Jan 2015 04:29:03 +0000 (05:29 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 6 Jan 2015 04:29:03 +0000 (05:29 +0100)
commit31dd2a8669278673c731a23ea8f5564ded39c258
tree2d0db45778dedaebdb013ed23d854fb070f4daae
parent2f48c66c9deb7c5f008c8c6152aee28d18d4126a
simplify-rtx.c (simplify_binary_operation_1): Handle more cases for the "(and X (ior (not X) Y) -> (and X Y)" transform.

* simplify-rtx.c (simplify_binary_operation_1): Handle more cases
for the "(and X (ior (not X) Y) -> (and X Y)" transform.

From-SVN: r219217
gcc/ChangeLog
gcc/simplify-rtx.c