[Bug tree-optimization/71149] missing modulo 2 optimization converting result to bool
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71149 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|U
[Bug tree-optimization/71149] missing modulo 2 optimization converting result to bool
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.