search for: fuyaoz

Displaying 1 result from an estimated 1 matches for "fuyaoz".

Did you mean: fuyaonv
2012 Sep 24
1
[LLVMdev] Decoupled software pipelining (DSWP) in LLVM
...o38_dswp.pdf and some of spectacular results: http://liberty.princeton.edu/videos/gimp.php http://liberty.princeton.edu/videos/h263.php I found out, that there was a project to implement this technique as LLVM pass: http://code.google.com/p/15745-project-dswp/source/browse/ http://www.cs.cmu.edu/~fuyaoz/courses/15745/report.pdf but this project seems to be not continued anymore, and as we can read in its report - it is not complete and authors dont know if it is working under all conditions. The question is - is there any implementation of DSWP in LLVM passes? I would love to use it in my projec...