search for: 6e2fd538

Displaying 2 results from an estimated 2 matches for "6e2fd538".

2013 Aug 23
0
[LLVMdev] How to gather data dependences
Hello, thanks to your advices now my pass is on good way (i hope), but i've faced one problem that i cannot solve by myself: Running all these passes (-basicaa -mem2reg -simplifycfg -loop-simplify -loop-rotate -simplifycfg -instcombine -indvars -da) helped a lot, but now i'm unable to find dependencies that are outside of the loop. f.eg. code like this returns no dependencies (and no
2013 Aug 09
2
[LLVMdev] How to gather data dependences
On Fri, Aug 9, 2013 at 1:05 PM, Valmico <valmico88 at gmail.com> wrote: > I assume that DA is tool capable to give me an list of Dependencies in code > or at least a easy way to test instructions without much knowledge about ZIV SIV, > and other tests that has to be done find out dependencies? DA exists to support building a dependence graph. It checks to see if two instructions