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

Add description for ClearDFG pass in ClearDFG.cpp

parent 7328d872
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
//
// This pass HPVM intrinsics from HPVM IR. This pass is the final pass that
// runs as a part of clean up after construction of dataflowgraph and LLVM
// code generation for different targets from the dataflow graph.
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "ClearDFG" #define DEBUG_TYPE "ClearDFG"
#include "BuildDFG/BuildDFG.h" #include "BuildDFG/BuildDFG.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