[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
Samarth Tandale <samarth.tandale at oss dot qualcomm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samarth.tandale at oss dot qualcom
| |m.com
--- Comment #4 from Samarth Tandale <samarth.tandale at oss dot qualcomm.com> ---
MINE