[LLVMdev] LLVM and OpenMP

Chris Lattner sabre at nondot.org
Thu Nov 29 16:19:52 PST 2007


On Thu, 29 Nov 2007, Wojciech Matyjewicz wrote:
> As for the dependence analysis, I need this piece for my project, and I
> am preparing myself to write it.

Great!

> I am currently studying some papers, but haven't yet decided on the 
> method. Maybe some of you have experience in the area and would like to 
> advise me something? In the next few days I am going to take a look at 
> the methods based on chains of recurrences algebra. They seem 
> particularly interesting because chrecs are already implemented in the 
> scalar evolution pass.

Yes, I'd strongly suggest implementing one of the approaches based on the 
chrec analysis we have in the scev pass.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list