From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2807 invoked by alias); 6 Dec 2003 09:19:05 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2800 invoked by uid 48); 6 Dec 2003 09:19:04 -0000 Date: Sat, 06 Dec 2003 09:19:00 -0000 Message-ID: <20031206091904.2799.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031120220757.13144.hjl@lucon.org> References: <20031120220757.13144.hjl@lucon.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/13144] Bad memory-to-memory code for SSE X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg00757.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-06 09:19 ------- I do not see anything wrong with the code. What did you think was wrong with it? In your example, the rtl produced is: (set (mem/s:SI (plus:SI (reg/f:SI 58) (const_int 4 [0x4])) [2 buf2+4 S4 A8]) (reg:SI 61)) So it is not using TI mode at all. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13144