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
53 stars 8 forks source link

Update CGRANode.cpp canSupport() Function #11

Closed MeowMJ closed 1 year ago

MeowMJ commented 1 year ago

isSel() etc. functions (defined in DFGNode.h) not needed?

tancheng commented 1 year ago

isSel() etc should be included, right? Anything wrong if you include them? If nothing wrong, you can include them then I will approve the PR. Thanks.

tancheng commented 1 year ago

Can you also try to make the same change in the cgra-flow docker with gui to see anything wrong it may cause?

MeowMJ commented 1 year ago

I will finish it soon and pull a new request.