We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9fde1 commit 16c1c62Copy full SHA for 16c1c62
tools/cgeist/driver.cc
@@ -72,7 +72,7 @@
72
#include "llvm/Transforms/IPO/Internalize.h"
73
#include <fstream>
74
75
-#include "polygeist/Dialect.h"
+#include "mlir/Dialect/Polygeist/IR/PolygeistDialect.h"
76
#include "polygeist/Passes/Passes.h"
77
78
tools/polygeist-opt/polygeist-opt.cpp
@@ -30,7 +30,7 @@
30
#include "mlir/Tools/mlir-opt/MlirOptMain.h"
31
#include "mlir/Transforms/Passes.h"
32
33
34
35
36
using namespace mlir;
0 commit comments