https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82259
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2021-08-02 00:00:00 |2023-6-22 Component|rtl-optimization |middle-end --- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is an expansion issue not taking into cost of expanding using shifts rather than test/set. I am still working in this area and might improve this for GCC 14 but still deciding on how to get some good infrastructure for the cost modeling ...