Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djsutherland/dswp-plus

A partially-working implementation of DSWP (no plus, despite the name) as an LLVM pass. For a class project.
https://github.com/djsutherland/dswp-plus

Last synced: 1 day ago
JSON representation

A partially-working implementation of DSWP (no plus, despite the name) as an LLVM pass. For a class project.

Awesome Lists containing this project

README

        

need do phi elimination first? (assume no phi first, but will too many memory dependency limit our chance of parallel)

carefully deduplicate the dependency?

if there is a dependency for branch

reasonable latency table

TODO block cannot be split ?

modify the function declaration

unoptimized code could split into several thread, but optimized code might not!