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] Constant fold "bitop" builtins at the tree-level.


On Sun, Aug 24, 2003 at 09:01:40PM -0600, Roger Sayle wrote:
> Whilst I was working on this patch, I also noticed that the CONST_DOUBLE
> forms of the CLZ and CTZ RTL simplifiers weren't honoring the target
> macros CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO.  These
> macros are already being honored in the CONST_INT RTL simplifiers.

A zero const_double would be non-canonical.


r~


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