This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -ftree-vectorize can't vectorize plus?


On 9/11/06, Dorit Nuzman <DORIT@il.ibm.com> wrote:
>    A silly little testcase which the vectorizer doesn't vectorize:
>
....
> autovecttest.c:11: note: not vectorized: relevant stmt not
> supported: D.1861_9 = (signed char) D.1860_8

Can these type casts (from uchar to schar and back) be cleaned away by some
pass before vectorization,

Uh, what do you mean "cleaned away"? You can't just legally ignore them, they are changing the overflow behavior.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]