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] add insn implementing signbit to middle end and s390


On 7/6/07, Wolfgang Gellerich <gellerich@de.ibm.com> wrote:

OK. Here is the versin with added call to builtin_save_expr for the argument. It bootstraps on Intel and on s390, and does not introduce new unexpected failures in the regression tests.

This is ok.


Thanks,
Richard.

Changelog:

2007-06-07 Wolfgang Gellerich <gellerich@de.ibm.com>

        * optabs.h: Added declaration for signbit_optab.
        * optabs.c: (init_optabs): Added initialization for signbit_optab.
        * genoptinit.c (optabs): Added entry for signbit insns.
        * builtins.c (expand_builtin_signbit): Added code to use a signbit insn,
        if available.
        * config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.
        * config/s390/s390.md (signbit<mode>2): New expander.


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