This is the mail archive of the gcc-bugs@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]

[Bug target/31055] missed auto-vectorization optimization, when there is float to int conversion



------- Comment #3 from ubizjak at gmail dot com  2009-06-29 08:35 -------
(In reply to comment #2)
> Still present in GCC 4.5.0 20090513.

Are you sure?

config/rs6000/rs6000.c has:

static tree
rs6000_builtin_conversion (unsigned int tcode, tree type)

rs6000 target is also a member of vect_intfloat_cvt in target-supports.exp.

Please note, that the testcase in Comment #0 is wrong, relevant cases in the
testsuite are gcc.dg/vect/vect-intfloat-conversion-X.c and
gcc.dg/vec/vect-floatint-conversion-X.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31055


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