arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

Introduce 'scalar' node type #31

Open arporter opened 7 years ago

arporter commented 7 years ago

Currently the type of a DAGNode is left as None if it represents a scalar variable. This is not very nice so in this issue we will change Habakkuk to give such nodes a scalar type.