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

--- Comment #20 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #18)
> But they are not correct for logical right shifts and they don't handle left
> shifts.

Oh, and then there are rotates and I think we need to punt on those, those
shouldn't be narrowed.  Unless we already punt on them...

Reply via email to