Displaying 7 results from an estimated 7 matches for "datadependenceanalysi".
Did you mean:
datadependenceanalysis
2008 Aug 29
5
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...t; I am investigating what changes are necessary to add support for
> first-class structs and arrays and will prepare a version to check
> in as
> a LLVM project if there still is interest.
We want to model this as an analysis and make following changes.
- Rename LoopMemDepAnalysis as DataDependenceAnalysis. Various
transformation passes will use this interface to access data
dependence info. This is an external interface. Put this in include/
llvm/Analysis.
- Make DirectionVector (and later on DistanceVector) independent
interface and put them in ADT.
- Put various tests, DeltaTest, in lib/An...
2008 Sep 02
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
> We want to model this as an analysis and make following changes.
>
> - Rename LoopMemDepAnalysis as DataDependenceAnalysis. Various
> transformation passes will use this interface to access data
> dependence info. This is an external interface. Put this in include/
> llvm/Analysis.
> - Make DirectionVector (and later on DistanceVector) independent
> interface and put them in ADT.
> - Put vario...
2008 Aug 29
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...ually not be implemented as a
separate Analysis but placed into Support. For instance, DeltaTest would
use GCD or other tests on a different set of indexes once constraints
are propagated. This means these tests are called on expressions that
are not necessarily present in the code itself.
> - DataDependenceAnalysis will select various dependence tests based
> on
> user selection. We want a interface similar to AnalysisGroup used
> by
> Alias Analysis, but we also want to allow the possibility of running
> multiple tests at the same time.
That will probably be the most difficult part. B...
2008 Aug 21
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
> Wojtek,
>
> Please see David's message below. Have you or can you check in your
> code, perhaps as a project for now? That will allow us to start
> looking at it and perhaps collaborating on it.
Sure. For now, I am posting it as an attachment, because it does not
build against the current SVN version. It is really basic (for example,
it cannot produce distance vectors,
2008 Aug 20
4
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Wojtek,
Please see David's message below. Have you or can you check in your
code, perhaps as a project for now? That will allow us to start
looking at it and perhaps collaborating on it.
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Aug 20, 2008, at 3:05 PM, David Greene wrote:
> On Wednesday 20 August 2008
2008 Sep 03
2
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Friday 29 August 2008 12:15, Matthieu Delahaye wrote:
> > - DataDependenceAnalysis will select various dependence tests based
> > on
> > user selection. We want a interface similar to AnalysisGroup used
> > by
> > Alias Analysis, but we also want to allow the possibility of running
> > multiple tests at the same time.
>
> That will probably b...
2008 Sep 03
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Wed, 2008-09-03 at 10:50 -0500, David Greene wrote:
> On Friday 29 August 2008 12:15, Matthieu Delahaye wrote:
>
> > > - DataDependenceAnalysis will select various dependence tests based
> > > on
> > > user selection. We want a interface similar to AnalysisGroup used
> > > by
> > > Alias Analysis, but we also want to allow the possibility of running
> > > multiple tests at the same time.
>...