PR tree-optimization/85758
* match.pd ((X & Y) ^ Y): Add :s qualifier to inner expression.
From-SVN: r263887
+2018-08-27 Alexander Monakov <amonakov@ispras.ru>
+
+ PR tree-optimization/85758
+ * match.pd ((X & Y) ^ Y): Add :s qualifier to inner expression.
+
2018-08-27 David Malcolm <dmalcolm@redhat.com>
PR 87091
(for opo (bit_and bit_xor)
opi (bit_xor bit_and)
(simplify
- (opo:c (opi:c @0 @1) @1)
+ (opo:c (opi:cs @0 @1) @1)
(bit_and (bit_not @0) @1)))
/* Given a bit-wise operation CODE applied to ARG0 and ARG1, see if both