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

Added a description for LocalMem pass in LocalMem.cpp

parent fce9452c
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 traverses the dataflow graph to recognize the allocation nodes which
// allocate scratch memory. This pass does not make changes to the textual
// representation of HPVM IR.
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "LocalMem" #define DEBUG_TYPE "LocalMem"
#include "SupportHPVM/DFG2LLVM.h" #include "SupportHPVM/DFG2LLVM.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