This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Very long alternative lists for RTL patterns like move
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Michael Meissner <meissner at linux dot vnet dot ibm dot com>, Jeff Law <law at redhat dot com>, gcc-help at gcc dot gnu dot org, dje dot gcc at gmail dot com, richard dot earnshaw at arm dot com, rguenther at suse dot de, rth at redhat dot com, jakub at redhat dot com, joseph at codesourcery dot com, bschmidt at redhat dot com, wilson at tuliptree dot org, marcus dot shawcroft at arm dot com, ubizjak at gmail dot com, hubicka at ucw dot cz, nickc at redhat dot com, uweigand at de dot ibm dot com, Andreas dot Krebbel at de dot ibm dot com, vmakarov at redhat dot com, wschmidt at linux dot vnet dot ibm dot com, rdsandiford at googlemail dot com
- Date: Mon, 14 Mar 2016 16:13:42 -0500
- Subject: Re: RFC: Very long alternative lists for RTL patterns like move
- Authentication-results: sourceware.org; auth=none
- References: <20160314192950 dot GA20247 at ibm-tiger dot the-meissners dot org> <56E71282 dot 1030005 at redhat dot com> <20160314195540 dot GA25774 at gate dot crashing dot org> <20160314204757 dot GA5557 at ibm-tiger dot the-meissners dot org>
On Mon, Mar 14, 2016 at 04:47:57PM -0400, Michael Meissner wrote:
> > You can split a string over multiple lines just fine, as well. That again
> > becomes unreadable if you need too many lines, of course :-(
>
> Yes you can split it over several lines, but that doesn't help much.
I mean more like e.g.
(define_insn "mov<mode>_hardfloat"
[(set (match_operand:FMOVE32 0 "nonimmediate_operand"
"=!r, !r, m, f, <f32_vsx>, <f32_vsx>, !r, <f32_lr>, <f32_lr2>,
<f32_sm>, <f32_sm2>, <f32_av>, Z, ?<f32_dm>, ?r, *c*l, !r, *h")
(and that aligned with the several operands).
Segher