From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31797 invoked by alias); 15 Jul 2007 18:31:50 -0000 Received: (qmail 31774 invoked by uid 48); 15 Jul 2007 18:31:40 -0000 Date: Sun, 15 Jul 2007 18:31:00 -0000 Message-ID: <20070715183140.31773.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32380] misaligned stores don't get vectorized In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dorit at gcc dot gnu dot org" 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: 2007-07/txt/msg01631.txt.bz2 ------- Comment #3 from dorit at gcc dot gnu dot org 2007-07-15 18:31 ------- > With loop distribution we could vectorize these loops using peeling to handle > misaligned stores (multiple stores make peeling for alignment insufficient > here). wonder what the loop-distribution pass in the graphite branch can do with these loops (http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01130.html) -- dorit at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spop at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32380