From e6a348d170c5199fd64e819ee0d214a4a2e58b4f Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Tue, 28 Jan 2020 08:18:32 -0600
Subject: [PATCH] Define GenHPVM pass in GenHPVM.cpp

---
 hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp b/hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp
index d6ad357a33..18b851c946 100644
--- a/hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp
+++ b/hpvm/lib/Transforms/GenHPVM/GenHPVM.cpp
@@ -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"
-- 
GitLab