[LLVMdev] LLVM and OpenMP

Pertti Kellomäki pertti.kellomaki at tut.fi
Fri Nov 30 00:30:25 PST 2007


Wojciech Matyjewicz wrote:
> As for the dependence analysis, I need this piece for my project, and I
> am preparing myself to write it. 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?

I recently read Allen & Kennedy's book Optimizing Compilers for Modern
Architectures - A Dependence Based Approah. It is extermely useful if
you are interested in analysis and transformations for parallelization
(ILP, vectorization, multiprocessing).

<http://www.amazon.com/Optimizing-Compilers-Modern-Architectures-Dependence-based/dp/1558602860/ref=sr_1_9?ie=UTF8&s=books&qid=1196410806&sr=1-9>

One caveat though: look up the errata on the net right from the start,
as there are lots of typos at least in the printing I have.
-- 
Pertti



More information about the llvm-dev mailing list