Skip to content

Commit cc45538

Browse files
committed
fixed couple of clang format
1 parent 860ccf7 commit cc45538

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mlir/include/mlir/Dialect/X86Vector/X86VectorDialect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
#define MLIR_DIALECT_X86VECTOR_X86VECTORDIALECT_H_
1515

1616
#include "mlir/Bytecode/BytecodeOpInterface.h"
17+
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
1718
#include "mlir/IR/BuiltinTypes.h"
1819
#include "mlir/IR/Dialect.h"
1920
#include "mlir/IR/OpDefinition.h"
2021
#include "mlir/IR/OpImplementation.h"
2122
#include "mlir/IR/PatternMatch.h"
2223
#include "mlir/Interfaces/InferTypeOpInterface.h"
2324
#include "mlir/Interfaces/SideEffectInterfaces.h"
24-
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
2525

2626
/// Include the generated interface declarations.
2727
#include "mlir/Dialect/X86Vector/X86VectorInterfaces.h.inc"

mlir/lib/Dialect/X86Vector/Transforms/LegalizeForLLVMExport.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ void mlir::populateX86VectorLegalizeForLLVMExportPatterns(
114114

115115
void mlir::configureX86VectorLegalizeForExportTarget(
116116
LLVMConversionTarget &target) {
117-
target.addIllegalOp<MaskCompressOp, MaskRndScaleOp, MaskScaleFOp,
118-
Vp2IntersectOp, DotBF16Op, CvtPackedF32ToBF16Op, CvtPackedEvenIndexedBF16ToF32Op,
119-
CvtPackedOddIndexedBF16ToF32Op, BcstBF16ToPackedF32Op, RsqrtOp,
120-
DotOp>();
117+
target.addIllegalOp<
118+
MaskCompressOp, MaskRndScaleOp, MaskScaleFOp, Vp2IntersectOp, DotBF16Op,
119+
CvtPackedF32ToBF16Op, CvtPackedEvenIndexedBF16ToF32Op,
120+
CvtPackedOddIndexedBF16ToF32Op, BcstBF16ToPackedF32Op, RsqrtOp, DotOp>();
121121
}

0 commit comments

Comments
 (0)