https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
--- Comment #5 from Jeffrey A. Law ---
Author: law
Date: Tue Sep 3 20:13:22 2019
New Revision: 275354
URL: https://gcc.gnu.org/viewcvs?rev=275354&root=gcc&view=rev
Log:
PR tree-optimization/91504
* match.pd: Add ((~a & b) ^a) --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
--- Comment #4 from Richard Biener ---
(In reply to Kamlesh Kumar from comment #3)
> diff --git a/gcc/match.pd b/gcc/match.pd
> index 93dcef9..b62ef36 100644
> --- a/gcc/match.pd
> +++ b/gcc/match.pd
> @@ -137,6 +137,11 @@ DEFINE_INT_AND_FLOAT_RO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
--- Comment #3 from Kamlesh Kumar ---
diff --git a/gcc/match.pd b/gcc/match.pd
index 93dcef9..b62ef36 100644
--- a/gcc/match.pd
+++ b/gcc/match.pd
@@ -137,6 +137,11 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT)
(pointer_plus integer_zerop @1)
(non_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
Kamlesh Kumar changed:
What|Removed |Added
CC||kamleshbhalui at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504
Richard Biener changed:
What|Removed |Added
Keywords||easyhack,
|