https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119351
--- Comment #18 from Tamar Christina <tnfchris at gcc dot gnu.org> --- (In reply to Richard Biener from comment #17) > I wonder if we can use > > BIT_FIELD_REF <mask ? IV : inital-value, .., 0> > > as the "reduction" step. Yeah that's the same comment Richard S suggested when we were talking to avoid the expensive mask reduction :) It's the fix I'm currently working on.