[Bug tree-optimization/103633] Missed popcount recognition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103633 --- Comment #2 from Andrew Pinski --- A few extra testcase: ``` unsigned short fs(unsigned int execs) { unsigned i; unsigned short num_algorithms = 0; for (i=0; i<32; i++) { if ((1<
[Bug tree-optimization/103633] Missed popcount recognition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103633 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Last recon