This is the mail archive of the gcc-patches@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: [lno] fix mem-tag problem in vectorizer, and test-cases updates


Dorit Naishlos wrote:

Fixed the problem raised in http://gcc.gnu.org/ml/gcc/2004-06/msg01023.html
and http://gcc.gnu.org/ml/gcc/2004-06/msg00961.html. Test-cases 40,42 and 46
test the fix (the call to bar was removed from the vectorized function).

Other updates to the test-cases include some cleanups,
and new test-cases to test different combinations of
known/unknown misalignment of stores/loads,
with known/unknown loop-bound.


Dorit --

At some point, I'd suggest you move the tests from tree-ssa-vect/tree-ssa-vect-n.c to vect/vect-n.c. The tree-ssa prefix isn't necessary because these are tests for functionality (particular optimizations), not tests of tree-ssa per se.

And I'm glad to see that there are all these tests!

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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