Question of loop transformation

steven su <steven.known@gmail.com>
Wed, 6 May 2009 15:04:55 +0800

          From comp.compilers

Related articles
Question of loop transformation steven.known@gmail.com (steven su) (2009-05-06)
| List of all articles for this month |

From: steven su <steven.known@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 6 May 2009 15:04:55 +0800
Organization: Compilers Central
Keywords: question, optimize
Posted-Date: 06 May 2009 05:59:08 EDT

Hi,all.
    I implemented a loop tranforming tool using nonsingular matrix
  decomposition, and I want to apply the automatic loop transformations
  based on my tool in LNO(loop nest optimizer) of Open64, so I deemed
the function "Do_Automatic_Transformation
  ()" is the best position that
  I could start. Is it correct? Can anyone comment on that ?



Post a followup to this message

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