Skip to content

Commit

Permalink
Add relevant headers, only testing New pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Sep 24, 2024
1 parent 6dfa001 commit 16c773c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/c/weaver/weave/perfflow_weave_new_pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
// #include "llvm/IR/Module.h"
// #include "llvm/IR/Argument.h"
// #include "llvm/IR/IRBuilder.h"
// #include "llvm/IR/PassManager.h"
// #include "llvm/Passes/PassBuilder.h"
// #include "llvm/Passes/PassPlugin.h"
// #include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Passes/PassBuilder.h"
#include "llvm/Passes/PassPlugin.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/Support/raw_ostream.h"

// #include "../../parser/perfflow_parser.hpp"
#include "perfflow_weave_new_pass.hpp"
#include "perfflow_weave_common.hpp"
#include <iostream>
#include <cstring>

Expand Down

0 comments on commit 16c773c

Please sign in to comment.