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: [3.4-bib, Patch] rs6000 floating point multiply-add instructions


	It unfortunately looks more complicated than I expected for GCC
combine to try to recognize the transformed, non-canonical versions of the
instructions.  I still am uncomfortable with a design that duplicates
instructions themselves.

	Is it practical to represent the alternate RTL forms of the
instructions as GCC define_split so that the non-canonical forms are
converted to the canonical RTL instead of recognizing the non-canonical
RTL as instructions?

Thanks, David


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