From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18195 invoked by alias); 8 Feb 2010 16:51:10 -0000 Received: (qmail 18151 invoked by uid 48); 8 Feb 2010 16:50:59 -0000 Date: Mon, 08 Feb 2010 16:51:00 -0000 Message-ID: <20100208165059.18150.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/42835] Missed merging common code sequence at the end of two basic blocks In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rearnsha 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: 2010-02/txt/msg00749.txt.bz2 ------- Comment #3 from rearnsha at gcc dot gnu dot org 2010-02-08 16:50 ------- Best to do it post RA, so that we can issue the best sequences of insns. I have some better sequences that could be generated for Thumb2 which would avoid the need for an IT instruction in many cases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42835