home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.arch
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!batcomputer!cornell!uw-beaver!newsfeed.rice.edu!rice!dawn.cs.rice.edu!preston
- From: preston@dawn.cs.rice.edu (Preston Briggs)
- Subject: Re: Control TO Data Dependence
- Message-ID: <C1A96J.6By@rice.edu>
- Keywords: Control Dependence, Data Dependence, High-Level Synthesis
- Sender: news@rice.edu (News)
- Organization: Rice University, Houston
- References: <1993Jan23.003531.21573@cs.brown.edu>
- Date: Sat, 23 Jan 1993 01:23:06 GMT
- Lines: 20
-
- lka@lems17lems.brown.edu (Lalit K. Agarwal) writes:
- >Has anyone played with converting CONTROL-DEPENDENCE to
- >DATA-DEPENDENCE in High-Level-Synthesis or come across any algorithm
- >for doing it in the literature.? All suggestions are highly welcome.
-
- I'm not sure what you mean by "high-level synthesis."
- In vectorizing compilers, lots of people use "if conversion".
- A paper is
-
- title="Conversion of Control Dependence to Data Dependence",
- author="J. R. Allen and Ken Kennedy and Carrie Porterfield and Joe Warren",
- pages="177--189",
- booktitle=popl10,
- year=1983,
- month=jan
-
- where popl10 is proceedings of the Principles of Programming Languages
- conference.
-
- Preston Briggs
-