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 038cc4e commit ee8f334Copy full SHA for ee8f334
lib/Dialect/Polygeist/IR/PolygeistDialect.cpp
@@ -20,7 +20,7 @@ using namespace mlir::polygeist;
20
void PolygeistDialect::initialize() {
21
addOperations<
22
#define GET_OP_LIST
23
-#include "polygeist/PolygeistOps.cpp.inc"
+#include "mlir/Dialect/Polygeist/IR/PolygeistOps.cpp.inc"
24
>();
25
}
26
lib/Dialect/Polygeist/IR/PolygeistOps.cpp
@@ -17,7 +17,7 @@
17
#include "mlir/Dialect/Polygeist/IR/PolygeistDialect.h"
18
19
#define GET_OP_CLASSES
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Arith/Utils/Utils.h"
0 commit comments