stanford-ppl/Delite

analysis results for DEG nodes

michaelmwu opened this issue · 1 comments

A DEG node should be able to indicate it needs analysis results; the runtime will feed whatever is in the global datastructure to the DEG node.

Perhaps a DEG node can specify what TYPE of analysis data it needs so that the node only gets the analysis it wants.

No longer necessary due to pushing input loading into stage-time for analysis (in this case, stencil collection).