From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23494 invoked by alias); 11 Aug 2010 10:24:37 -0000 Received: (qmail 23424 invoked by uid 48); 11 Aug 2010 10:24:21 -0000 Date: Wed, 11 Aug 2010 10:24:00 -0000 Message-ID: <20100811102421.23423.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/41881] [4.5/4.6 regression] Complete unrolling (inner) versus vectorization of reduction In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "irar at il dot ibm dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00828.txt.bz2 ------- Comment #7 from irar at il dot ibm dot com 2010-08-11 10:24 ------- (In reply to comment #6) > I think that SLP doesn't handle reduction. > Not all kinds of reduction. We handle #a1 = phi #b1 = phi ... a2 = a1 + x b2 = b1 + y Here we also have: #a1 = phi ... a2 = a1 + x ... a3 = a2 + y ... a9 = a8 + z -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41881