https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Thu Nov 23 08:30:41 2017
New Revision: 255092
URL: https://gcc.gnu.org/viewcvs?rev=255092&root=gcc&view=rev
Log:
2017-11-23 Richard Biener
PR tree-optimization/81403
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
--- Comment #7 from Richard Biener ---
Author: rguenth
Date: Tue Jul 18 07:35:40 2017
New Revision: 250297
URL: https://gcc.gnu.org/viewcvs?rev=250297&root=gcc&view=rev
Log:
2017-07-18 Richard Biener
PR tree-optimization/80620
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
--- Comment #6 from Richard Biener ---
Kind-of a duplicate of PR80620 as well. Testing a patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
--- Comment #5 from Richard Biener ---
So this is during partial-PRE insertion where after PRE insertion of
Found partial redundancy for expression {bit_not_expr,_13} (0020)
Inserted _33 = ~_3;
in predecessor 5 (0014)
Created phi prephitmp_34 =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
--- Comment #3 from Marc Glisse ---
/* x & C -> x if we know that x & ~C == 0. */
Not clear where it is getting the bogus range/nonzero information from, I
thought we had fixed all the places reusing SSA_NAMEs with stale information.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81403
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|