https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97503
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- On the RTL side, there is simplify_cond_clz_ctz that should simplify it and noce_try_ifelse_collapse that should be matching it (it does on x86 with -mbmi -mlzcnt).