Skip to content

Commit 1928456

Browse files
committed
reformat
1 parent 0572db9 commit 1928456

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

include/sql/SQLDialect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
#include "sql/SQLOpsDialect.h.inc"
1515

16-
#endif
16+
#endif

lib/sql/Dialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "sql/SQLDialect.h"
109
#include "mlir/IR/DialectImplementation.h"
10+
#include "sql/SQLDialect.h"
1111
#include "sql/SQLOps.h"
1212

1313
using namespace mlir;

lib/sql/Ops.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "sql/SQLOps.h"
109
#include "mlir/Dialect/Arith/IR/Arith.h"
1110
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
1211
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
@@ -15,6 +14,7 @@
1514
#include "mlir/IR/OpImplementation.h"
1615
#include "mlir/Interfaces/SideEffectInterfaces.h"
1716
#include "sql/SQLDialect.h"
17+
#include "sql/SQLOps.h"
1818

1919
#define GET_OP_CLASSES
2020
#include "sql/SQLOps.cpp.inc"
@@ -37,6 +37,4 @@
3737

3838
using namespace mlir;
3939
using namespace sql;
40-
using namespace mlir::arith;
41-
42-
40+
using namespace mlir::arith;

tools/polygeist-opt/polygeist-opt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ int main(int argc, char **argv) {
7878
mlir::registerConvertSCFToOpenMPPass();
7979
mlir::registerAffinePasses();
8080

81-
8281
registry.addExtension(+[](MLIRContext *ctx, LLVM::LLVMDialect *dialect) {
8382
LLVM::LLVMFunctionType::attachInterface<MemRefInsider>(*ctx);
8483
});

0 commit comments

Comments
 (0)