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

[fix] correct usage of the method compare in CGRA.cpp and CGRANode.cpp #23

Closed HobbitQia closed 3 months ago

HobbitQia commented 3 months ago

The problem is described in issue 22.

tancheng commented 3 months ago

Thanks for the quick fix.