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

Add pass description in GenHPVM.h

parent 7b1ed46e
No related branches found
No related tags found
No related merge requests found
//== 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
//
......@@ -6,6 +6,13 @@
// 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 "llvm/IR/DerivedTypes.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