File tree Expand file tree Collapse file tree
lib/Conversion/PolygeistToLLVM Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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
1818using namespace mlir ;
1919using namespace mlir ::arith;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments