Skip to content

Commit 2ffb67a

Browse files
committed
wow
1 parent 16c1c62 commit 2ffb67a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/Conversion/PolygeistToLLVM/PolygeistToLLVM.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// This file implements a pass to lower gpu kernels in NVVM/gpu dialects into
1010
// a generic parallel for representation
1111
//===----------------------------------------------------------------------===//
12+
#include "PassDetails.h"
1213

1314
#include "mlir/../../lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp"
1415
#include "mlir/Analysis/DataLayoutAnalysis.h"
@@ -45,7 +46,7 @@
4546
#include "mlir/Target/LLVMIR/Import.h"
4647
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
4748
#include "mlir/Transforms/RegionUtils.h"
48-
#include "mlir/Dialect/Polygeist/Transforms/Passes.h"
49+
#include "polygeist/Passes/Passes.h"
4950
#include "llvm/Support/CommandLine.h"
5051
#include "llvm/Support/Debug.h"
5152
#include "llvm/Support/FormatVariadic.h"

tools/cgeist/Lib/ValueCategory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "mlir/Dialect/MemRef/IR/MemRef.h"
1414
#include "mlir/IR/OpDefinition.h"
1515
#include "mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
16-
#include "polygeist/Ops.h"
16+
#include "mlir/Dialect/Polygeist/IR/PolygeistOps.h"
1717

1818
using namespace mlir;
1919
using namespace mlir::arith;

tools/cgeist/Lib/clang-mlir.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
2525
#include "mlir/Target/LLVMIR/TypeFromLLVM.h"
2626
#include "mlir/Target/LLVMIR/TypeToLLVM.h"
27-
#include "polygeist/Ops.h"
27+
#include "mlir/Dialect/Polygeist/IR/PolygeistOps.h"
2828
#include "pragmaHandler.h"
2929
#include "clang/AST/ASTConsumer.h"
3030
#include "clang/AST/StmtVisitor.h"

0 commit comments

Comments
 (0)