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
e6a348d1
Commit
e6a348d1
authored
Jan 28, 2020
by
Akash Kothari
💬
Browse files
Define GenHPVM pass in GenHPVM.cpp
parent
d44cf57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp
View file @
e6a348d1
...
...
@@ -6,6 +6,12 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This pass takes LLVM IR with HPVM-C functions to generate textual representa-
// -tion for HPVM IR consisting of HPVM intrinsics. Memory-to-register
// optimization pass is expected to execute prior to execution of this pass.
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "genhpvm"
#include
"GenHPVM/GenHPVM.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