search for: codegenerationpass

Displaying 2 results from an estimated 2 matches for "codegenerationpass".

2013 Mar 03
0
[LLVMdev] AESOP autoparallelizing compiler
...ounds very interesting; thanks for sharing this with the community. I'd also like to know more about this. Also, out of curiosity, two quick questions: 1. Why are you using the old induction-variable simplification? 2. Are you generating OpenMP runtime calls (I see some omp references in the CodeGenerationPass); if so, for what runtime? Sincerely, Hal > > -Tim > > On Sun, Mar 03, 2013 at 09:18:47AM +0100, Sebastian Dreßler wrote: > > Hi, > > > > On 03/03/2013 07:09 AM, Timothy Mattausch Creech wrote: > > > [...] > > > The main components of the release...
2013 Mar 03
3
[LLVMdev] AESOP autoparallelizing compiler
Hi Sebastian, Sure! The bulk of LMDA was written by Aparna Kotha (CCd). It computes dependences between all instructions, computes the resulting direction vectors in the function, then associates them all with loops. At a high level, the dependence analysis consults with AliasAnalysis, and ScalarEvolution before resorting to attempting to understand the effective affine expressions and