[Bug tree-optimization/71149] missing modulo 2 optimization converting result to bool

2021-08-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71149 Andrew Pinski changed: What|Removed |Added Known to work||9.1.0 Status|NEW

[Bug tree-optimization/71149] missing modulo 2 optimization converting result to bool

2016-05-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71149 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/71149] missing modulo 2 optimization converting result to bool

2016-05-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71149 --- Comment #1 from Andrew Pinski --- Most likely the opt needs to be moved from fold-const to match.pd . Should be a simple patch.