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]

Re: i386 FP conditional move signed integer comparison patch rev 2


> 
> [ This is the same patch as before except for handling the fact that
>   an earlier patch to i386.md didn't apply correctly.                ]
> 
> This patch adds support for using signed integer comparisons with
> FP conditional moves.  The support is implemented at the RTL level
> which allows the compiler an opportunity to optimize the resulting
> code.
> 

It looks good. Do we still need

GET_MODE_CLASS (GET_MODE (SET_DEST (exp))) == MODE_INT

in notice_update_cc () for

GET_CODE (SET_SRC (exp)) == IF_THEN_ELSE

I think with this patch, you should update your patch to
notice_update_cc.

H.J.



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