[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-09-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-09-03 Thread law at gcc dot gnu.org
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=gcc=rev Log: PR tree-optimization/91504 * match.pd: Add ((~a & b) ^a) --> (a |

[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-08-23 Thread rguenth at gcc dot gnu.org
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 @@

[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-08-21 Thread kamleshbhalui at gmail dot com
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)

[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-08-21 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504 Kamlesh Kumar changed: What|Removed |Added CC||kamleshbhalui at gmail dot com ---

[Bug tree-optimization/91504] Inlining misses some logical operation folding

2019-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91504 Richard Biener changed: What|Removed |Added Keywords||easyhack, |