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

Define GenHPVM pass in GenHPVM.cpp

parent d44cf57c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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