Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
87cdad0d
Commit
87cdad0d
authored
5 years ago
by
Akash Kothari
Browse files
Options
Downloads
Patches
Plain Diff
Add pass description in GenHPVM.h
parent
7b1ed46e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hpvm/include/GenHPVM/GenHPVM.h
+8
-1
8 additions, 1 deletion
hpvm/include/GenHPVM/GenHPVM.h
with
8 additions
and
1 deletion
hpvm/include/GenHPVM/GenHPVM.h
+
8
−
1
View file @
87cdad0d
//== GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass" =//
//==
-------
GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass"
----------=
=//
//
//
// The LLVM Compiler Infrastructure
// The LLVM Compiler Infrastructure
//
//
...
@@ -6,6 +6,13 @@
...
@@ -6,6 +6,13 @@
// License. See LICENSE.TXT for details.
// License. See LICENSE.TXT for details.
//
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This file defines the GenHPVM pass responsible for converting HPVM-C to
// HPVM intrinsics. Note that this pass relies on memory-to-register optimiza-
// tion pass to execute before this executes.
//
//===----------------------------------------------------------------------===//
#include
"SupportHPVM/HPVMTimer.h"
#include
"SupportHPVM/HPVMTimer.h"
#include
"llvm/IR/DerivedTypes.h"
#include
"llvm/IR/DerivedTypes.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment