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: [Committed] New function fold_builtin_abs


This patch allows the middle-end to lower the "abs" family of GCC
built-ins to ABS_EXPR tree nodes.

I have a patch to add the isnan builtin and lower it to ORDERED_EXPR (SAVE_EXPR (x), SAVE_EXPR (x)); shall I wait for this series of patches to end before submitting?


Paolo


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