OSDN Git Service

PR tree-optimization/43482
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 18:03:01 +0000 (18:03 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:35:07 +0000 (14:35 +0900)
commitfa09122aa24992c512e5e9e492e36fe1f3ebffd8
treedd41d15aeb7f2973f21e8c304336498fd704a79a
parentf49ce07ddb35db5afbdd12489bde8bb2d187d005
PR tree-optimization/43482
* tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
loop unrolling in update of exit phis. Fix comment.
* tree-vect-slp.c (vect_analyze_slp): Check that there are at
least two reduction statements in the loop before starting SLP
analysis.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158650 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/tree-vect-loop.c
gcc/tree-vect-slp.c