i860 code generation

jason@convex.com (Jason L. Eckhardt)
Wed, 22 Sep 1993 23:22:44 GMT

          From comp.compilers

Related articles
i860 code generation jason@convex.com (1993-09-22)
Re: i860 code generation brandis@inf.ethz.ch (Marc Brandis) (1993-09-24)
Re: i860 code generation rfg@netcom.com (1993-09-25)
| List of all articles for this month |

Newsgroups: comp.compilers
From: jason@convex.com (Jason L. Eckhardt)
Keywords: code, question
Organization: Engineering, CONVEX Computer Corp, Richardson, TX USA
Date: Wed, 22 Sep 1993 23:22:44 GMT

I'm working on a code generator for the i860. Currently the code selection
phase picks scalar floating point instructions (f* rather than pf*) for
fp codes.


I wish now to have the cg generate pipelined versions of the instructions.
Should I do this in the code selection phase or is it better to select
scalar instruction as I've been doing and transform these into pipelined
versions in a later phase?


thanks, jason.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.