https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118481
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2025-01-14 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Mine. forwprop/gimple_fold should change: iftmp.1_6 = BIT_FIELD_REF <a, 8, 0>; into VIEW_CONVERT_EXPR <a>; That will help slightly. But then the next step would be disconnect a from VCE here.