From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2977 invoked by alias); 31 May 2006 17:13:51 -0000 Received: (qmail 2910 invoked by uid 48); 31 May 2006 17:13:44 -0000 Date: Wed, 31 May 2006 17:13:00 -0000 Message-ID: <20060531171344.2909.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/27842] Miscompile of Altivec vec_abs (float) inside loop 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg03222.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-31 17:13 ------- What about this, deleting altivec_vspltisw_v4sf and changing all references to gen_altivec_vspltisw_v4sf to something like gen_altivec_vspltisw( gen_lowpart (V4SImode, reg), ...); That should keep the same code and correct the problem (and should help out with some code gen in some cases). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27842