File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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 " mlir/Dialect/Polygeist/IR/PolygeistOps .h"
16
+ #include " polygeist/Ops .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 " mlir/Dialect/Polygeist/IR/PolygeistOps .h"
27
+ #include " polygeist/Ops .h"
28
28
#include " pragmaHandler.h"
29
29
#include " clang/AST/ASTConsumer.h"
30
30
#include " clang/AST/StmtVisitor.h"
Original file line number Diff line number Diff line change 72
72
#include " llvm/Transforms/IPO/Internalize.h"
73
73
#include < fstream>
74
74
75
- #include " mlir /Dialect/Polygeist/IR/PolygeistDialect .h"
76
- #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
75
+ #include " polygeist /Dialect.h"
76
+ #include " polygeist/Passes /Passes.h"
77
77
78
78
#include < fstream>
79
79
Original file line number Diff line number Diff line change 30
30
#include " mlir/Tools/mlir-opt/MlirOptMain.h"
31
31
#include " mlir/Transforms/Passes.h"
32
32
33
- #include " mlir /Dialect/Polygeist/IR/PolygeistDialect .h"
34
- #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
33
+ #include " polygeist /Dialect.h"
34
+ #include " polygeist/Passes /Passes.h"
35
35
36
36
using namespace mlir ;
37
37
You can’t perform that action at this time.
0 commit comments