This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] s390: z10 scheduler fixes part 3/4


> Andreas Krebbel <krebbel@linux.vnet.ibm.com>
> 01/28/2009 06:00 PM
>
> To
>
> Wolfgang Gellerich/Germany/IBM@IBMDE, gcc-patches@gcc.gnu.org
>
> cc
>
> Subject
>
> Re: [PATCH] s390: z10 scheduler fixes part 3/4
>
> Wolfgang Gellerich wrote:
> > The third patch provides a correct declaration of the z10 pipeline
> > properties for instructions iihf and iilf, respectively. Both
> > instructions were generated by an insn named *insv<mode>_reg_extimm.
The
> > easiest way to achieve this was splitting the insn into two separate
> > insns which also simplifies a condition. Bootstraps and does not
> > introduce new test case failures.
>
> Mmmh not sure about that one. I would prefer to keep it as a single
> pattern. Let me think about it.
>

I discussed that one with Uli some time ago (you were out of office at that
time, I think) and we agreed that in addition to fixing the z10prop
attribute, it is a win to get rid of this somewhat weird condition.

Regards, Wolfgang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]