[Bug tree-optimization/126710] missed ifcvt optimization with clz

"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]>
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126710

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase for the post removal of the casts:
```
int f(unsigned a)
{
    if (a == 0) return 32;
    unsigned t = a>>1;
    if (t)
      return __builtin_clzg(t, 32) - 1;
    return 31;
}
```
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.