Skip to content
Snippets Groups Projects
Commit 1766d530 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Added description about BuildDFG.h

parent 87cdad0d
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
//
// This pass defines the BuildDFG pass which uses LLVM IR with HPVM intrinsics
// to infer information about dataflow graph hierarchy and structure to construct
// HPVM IR.
//
//===----------------------------------------------------------------------===//
#include "SupportHPVM/DFGraph.h" #include "SupportHPVM/DFGraph.h"
#include "llvm/IR/Function.h" #include "llvm/IR/Function.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment