https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107130

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
> Nice, so ffs() with a propagated constant argument now does a popcount()
> instead?

It should not. The problem is op_cfn_popcount is shared by both popcount and
ffs, but the newly added transformation is valid only for popcount.

Reply via email to