Re: Auto-vectorization with gcj

2005-05-16 Thread Andrew Haley
Andrew Pinski writes: > > On May 15, 2005, at 10:33 AM, Andrew Pinski wrote: > > The multiple exit comes bounds checking (which VRP does not remove > > still > > because we don't pull out a load of the length). > > > > If we add -fno-bounds-checks, we get: > > Test.java:7: note: not vecto

Re: Auto-vectorization with gcj

2005-05-15 Thread Andrew Pinski
On May 15, 2005, at 10:33 AM, Andrew Pinski wrote: The multiple exit comes bounds checking (which VRP does not remove still because we don't pull out a load of the length). If we add -fno-bounds-checks, we get: Test.java:7: note: not vectorized: too many BBs in loop. Test.java:11: note: not vecto