[Bug tree-optimization/112094] `popcnt(a) == n | a != 0` should be simplified to `a!=0 | n == 0`
"samarth.tandale at oss dot qualcomm.com via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112094 --- Comment #5 from Samarth Tandale <samarth.tandale at oss dot qualcomm.com> --- MINE