| To: | Richard Henderson <rth@redhat.com> |
|---|---|
| Subject: | Re: [patch] MIPS/gcc: Revert removal of DImode shifts for 32-bit targets |
| From: | Richard Sandiford <rsandifo@redhat.com> |
| Date: | Tue, 10 Aug 2004 06:30:28 +0100 |
| Cc: | "Maciej W. Rozycki" <macro@linux-mips.org>, Nigel Stephens <nigel@mips.com>, gcc-patches@gcc.gnu.org, linux-mips@linux-mips.org |
| In-reply-to: | <20040809220838.GE16493@redhat.com> (Richard Henderson's message of "Mon, 9 Aug 2004 15:08:38 -0700") |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20040723202703.GB30931@redhat.com> <20040723211232.GB5138@linux-mips.org> <Pine.LNX.4.58L.0407261325470.3873@blysk.ds.pg.gda.pl> <410E9E25.7080104@mips.com> <87acxcbxfl.fsf@redhat.com> <410F5964.3010109@mips.com> <876580bm2e.fsf@redhat.com> <410F60DF.9020400@mips.com> <Pine.LNX.4.58L.0408042123030.31930@blysk.ds.pg.gda.pl> <87r7qiwz54.fsf@redhat.com> <20040809220838.GE16493@redhat.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Richard Henderson <rth@redhat.com> writes: > On Sat, Aug 07, 2004 at 08:01:43PM +0100, Richard Sandiford wrote: >> + do_compare_rtx_and_jump (cmp1, cmp2, cmp_code, true, op1_mode, >> + 0, 0, subword_label); >> + >> + if (!expand_superword_shift (op1_mode, binoptab, >> + outof_input, op1, >> + outof_target, into_target, >> + unsignedp, methods)) >> + return false; > > Return without cleaning up the branch emitted? In particular, > doing so without emitting the labels will result in ICEs. The whole thing's in a sequence that gets discarded if expand_doubleword_shift returns false. Isn't that enough? Richad |
| Previous by Date: | Re: [patch] MIPS/gcc: Revert removal of DImode shifts for 32-bit targets, Richard Henderson |
|---|---|
| Next by Date: | Q: PCI VGA on Meshcube - any progress?, Ralf Ackermann |
| Previous by Thread: | Re: [patch] MIPS/gcc: Revert removal of DImode shifts for 32-bit targets, Richard Henderson |
| Next by Thread: | Re: [patch] MIPS/gcc: Revert removal of DImode shifts for 32-bit targets, Richard Henderson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |