File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lib/Conversion/PolygeistToLLVM Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
// This file implements a pass to lower gpu kernels in NVVM/gpu dialects into
10
10
// a generic parallel for representation
11
11
// ===----------------------------------------------------------------------===//
12
+ #include " PassDetails.h"
12
13
13
14
#include " mlir/../../lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp"
14
15
#include " mlir/Analysis/DataLayoutAnalysis.h"
45
46
#include " mlir/Target/LLVMIR/Import.h"
46
47
#include " mlir/Transforms/GreedyPatternRewriteDriver.h"
47
48
#include " mlir/Transforms/RegionUtils.h"
48
- #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
49
+ #include " polygeist/Passes /Passes.h"
49
50
#include " llvm/Support/CommandLine.h"
50
51
#include " llvm/Support/Debug.h"
51
52
#include " llvm/Support/FormatVariadic.h"
Original file line number Diff line number Diff line change 13
13
#include " mlir/Dialect/MemRef/IR/MemRef.h"
14
14
#include " mlir/IR/OpDefinition.h"
15
15
#include " mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
16
- #include " polygeist/Ops .h"
16
+ #include " mlir/Dialect/Polygeist/IR/PolygeistOps .h"
17
17
18
18
using namespace mlir ;
19
19
using namespace mlir ::arith;
Original file line number Diff line number Diff line change 24
24
#include " mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
25
25
#include " mlir/Target/LLVMIR/TypeFromLLVM.h"
26
26
#include " mlir/Target/LLVMIR/TypeToLLVM.h"
27
- #include " polygeist/Ops .h"
27
+ #include " mlir/Dialect/Polygeist/IR/PolygeistOps .h"
28
28
#include " pragmaHandler.h"
29
29
#include " clang/AST/ASTConsumer.h"
30
30
#include " clang/AST/StmtVisitor.h"
You can’t perform that action at this time.
0 commit comments