[Bug tree-optimization/44976] short variables do not get vectorized

2010-07-17 Thread roy dot 1rosen at gmail dot com
--- Comment #1 from roy dot 1rosen at gmail dot com 2010-07-18 05:22 --- Created an attachment (id=21240) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21240&action=view) preprocessed file For the following code, if ts is short it does not get vectorized. If ts is unsigne

[Bug tree-optimization/44976] New: short variables do not get vectorized

2010-07-17 Thread roy dot 1rosen at gmail dot com
-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roy dot 1rosen at gmail dot com GCC build triplet: elf GCC host triplet: linux GCC target triplet: ia64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44976

[Bug rtl-optimization/44479] false dependencies are computed after vectorization

2010-07-14 Thread roy dot 1rosen at gmail dot com
--- Comment #7 from roy dot 1rosen at gmail dot com 2010-07-15 06:52 --- Looks good now. Thanks for the fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44479

[Bug rtl-optimization/44479] false dependencies are computed after vectorization

2010-07-04 Thread roy dot 1rosen at gmail dot com
--- Comment #6 from roy dot 1rosen at gmail dot com 2010-07-04 19:32 --- Subject: Re: false dependencies are computed after vectorization Unfortunatelly I am OOO until the end of next week. I would check it as soon as I get back. Thanks, Roy. 2010/7/4, rguenth at gcc dot

[Bug rtl-optimization/44479] false dependencies are computed after vectorization

2010-06-09 Thread roy dot 1rosen at gmail dot com
--- Comment #1 from roy dot 1rosen at gmail dot com 2010-06-09 11:28 --- Created an attachment (id=20876) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20876&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44479

[Bug rtl-optimization/44479] New: false dependencies are computed after vectorization

2010-06-09 Thread roy dot 1rosen at gmail dot com
no-ivopts' '-fdump-rtl-all' '-v' '-save-temps' '-mtune=i386' '-march=i386' ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 crt1.o crti.o crtbegin.o a.o -lgcc -lgcc_eh -lc -lgcc -lgcc_eh crtend.o crtn.o -- Summary: false depend

[Bug tree-optimization/44403] vectorization does not maintain 'restrict' qualifier

2010-06-03 Thread roy dot 1rosen at gmail dot com
--- Comment #1 from roy dot 1rosen at gmail dot com 2010-06-03 15:49 --- Created an attachment (id=20818) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20818&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44403

[Bug tree-optimization/44403] New: vectorization does not maintain 'restrict' qualifier

2010-06-03 Thread roy dot 1rosen at gmail dot com
'-O3' '-fno-ivopts' '-mtune=i386' '-march=i386' ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 crt1.o crti.o crtbegin.o a.o -lgcc -lgcc_eh -lc -lgcc -lgcc_eh crtend.o crtn.o ld: crt1.o: No such file: No such file or directory -- Summary: vectorizat

[Bug target/44284] vectorization does not work for short variable

2010-05-26 Thread roy dot 1rosen at gmail dot com
--- Comment #1 from roy dot 1rosen at gmail dot com 2010-05-26 15:38 --- Created an attachment (id=20752) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20752&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44284

[Bug target/44284] New: vectorization does not work for short variable

2010-05-26 Thread roy dot 1rosen at gmail dot com
on. COMPILER_PATH= LIBRARY_PATH= COLLECT_GCC_OPTIONS='-v' '-save-temps' '-O3' '-S' '-ftree-vectorizer-verbose=2' -- Summary: vectorization does not work for short variable Product: gcc Version: 4.4.3 Status: UN