This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: e500 cceq ccr bit goofiness
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Jul 2002 12:43:30 -0400
- Subject: Re: patch: e500 cceq ccr bit goofiness
>>>>> Aldy Hernandez writes:
Aldy> So any future [simple] builtins can be handled by
Aldy> rs6000_common_init_builtins by just adding them into the bdesc*arg
Aldy> tables.
Aldy> I suppose you can add your conditional. I didn't add it because I
Aldy> thought the time save was inconsequential.
This isn't a time saving. Without something like that patch, I
cannot bootstrap after Zack's conditional optimization patch. I also
think that something else is wrong because it is trying to expand some of
those builtins on AIX.
David