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
8eb23386
Commit
8eb23386
authored
Jan 28, 2020
by
Akash Kothari
💬
Browse files
Added a description for LocalMem pass in LocalMem.cpp
parent
fce9452c
Changes
1
Hide whitespace changes
Inline
Side-by-side
hpvm/lib/Transforms/LocalMem/LocalMem.cpp
View file @
8eb23386
...
...
@@ -6,6 +6,12 @@
// 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"
#include
"SupportHPVM/DFG2LLVM.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