issues
search
tancheng
/
CGRA-Mapper
An LLVM pass that can generate CDFG and map the target loops onto a parameterizable CGRA.
BSD 3-Clause "New" or "Revised" License
57
stars
8
forks
source link
TODO list
#1
Closed
tancheng
closed
3 years ago
tancheng
commented
4 years ago
[x] Successor in DFG should be outport dependent.
[x] Current 'phi' assumes single predecessor, need check true/false for connection.
[x] Should connect 'br' with all 'store' in DFG?
[ ] Need to check data dependency in array?