Displaying 3 results from an estimated 3 matches for "2d546171".
2011 Jun 22
0
[LLVMdev] Memory dependence analysis
On 6/22/11 5:34 AM, Andreas Wilhelm wrote:
> Hello,
>
> I'm looking for a way to identify dependencies of
> function-pairs (memory-dependency, control-dependency...) in order to
> parallelize them.
> For aliasing problems I use the DataStructureAnalysis.
I'm assuming that this is the DSA analysis in the poolalloc module. Be
forewarned that:
1) DSA works with LLVM
2011 Jun 22
2
[LLVMdev] Memory dependence analysis
Hello,
I'm looking for a way to identify dependencies of function-pairs (memory-dependency, control-dependency...) in order to parallelize them.
For aliasing problems I use the DataStructureAnalysis. To solve simple memory- and control-dependency problems I want to use
memdep. But unfortunately I even fail with following simple C++ example...
int a( int n) { return n; }
int b( int n) {
2011 Jun 24
3
[LLVMdev] Memory dependence analysis
...Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110624/2d546171/attachment.html>