Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
llvm
hpvm-release
Commits
7328d872
Commit
7328d872
authored
Jan 28, 2020
by
Akash Kothari
💬
Browse files
Adding description for BuildDFG pass in BuildDFG.cpp
parent
e6a348d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
hpvm/lib/Transforms/BuildDFG/BuildDFG.cpp
View file @
7328d872
...
...
@@ -6,6 +6,15 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// BuildDFG pass is responsible for constructing dataflow graph from a textual
// representation of HPVM IR with HPVM intrinsics from GenHPVM pass. This pass
// makes use of three crutial abstractions: graph itself, dataflow nodes repre-
// -senting functions and data edges representing tranfer of data between
// the functions (or nodes in the graph). This pass is part of HPVM frontend
// and does not make any changes to the textual representation of the IR.
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "buildDFG"
#include
"BuildDFG/BuildDFG.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment