[Bug tree-optimization/16022] Excessive memory usage of vectorizer

rguenth at tat dot physik dot uni-tuebingen dot de gcc-bugzilla@gcc.gnu.org
Wed Jun 16 15:36:00 GMT 2004


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-06-16 15:36 -------
Ok, it compiled the testcase with -fno-exceptions and even seems to run
successfully.  But the vectorizer didn't do anything interesting.  Not one loop
out of 323 was vectorized, mostly due to "complicated pointer arithmetic" or
"can't compute number of iterations".  The interesting ones all due to the
latter reason.

-- 


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



More information about the Gcc-bugs mailing list