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

--- Comment #4 from Hongtao.liu <crazylht at gmail dot com> ---
(In reply to Hongtao.liu from comment #3)
> (In reply to Richard Biener from comment #2)
> > (In reply to Hongtao.liu from comment #1)
> > > I think it's this TYPE_SIGN (TREE_TYPE (REG_EXPR (op1))).
> > 
> > That's not reliable.  Mutliplication shouldn't care about sign?
I think you're right, as along as we only care about lower 8 bits, sign isn't a
matter. 
> 
> We need to extend v16qi to v16hi first, extension does care about sign.

Reply via email to