From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28375 invoked by alias); 2 Feb 2007 01:05:49 -0000 Received: (qmail 28343 invoked by uid 48); 2 Feb 2007 01:05:39 -0000 Date: Fri, 02 Feb 2007 01:05:00 -0000 Message-ID: <20070202010539.28342.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/4079] unnecessary register move on simple code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-02/txt/msg00120.txt.bz2 ------- Comment #9 from pinskia at gcc dot gnu dot org 2007-02-02 01:05 ------- So I think the problem here now (after lower subreg was added) is the issue of splitting of the multiplication late after reload. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4079