File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
mlir/include/mlir/Dialect/ArmNeon/TransformOps Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef MLIR_DIALECT_ARM_NEON_VECTOR_TRANSFORMOPS_VECTORTRANSFORMOPS_H
10
- #define MLIR_DIALECT_ARM_NEON_VECTOR_TRANSFORMOPS_VECTORTRANSFORMOPS_H
9
+ #ifndef MLIR_DIALECT_ARM_NEON_TRANSFORMOPS_VECTORTRANSFORMOPS_H
10
+ #define MLIR_DIALECT_ARM_NEON_TRANSFORMOPS_VECTORTRANSFORMOPS_H
11
11
12
12
#include " mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
13
13
#include " mlir/IR/OpImplementation.h"
@@ -28,4 +28,4 @@ void registerTransformDialectExtension(DialectRegistry ®istry);
28
28
} // namespace arm_neon
29
29
} // namespace mlir
30
30
31
- #endif // MLIR_DIALECT_ARM_NEON_VECTOR_TRANSFORMOPS_VECTORTRANSFORMOPS_H
31
+ #endif // MLIR_DIALECT_ARM_NEON_TRANSFORMOPS_VECTORTRANSFORMOPS_H
Original file line number Diff line number Diff line change 1
- //===- ArmNeonTransformOps .td - Arm Neon transform ops------*- tablegen -*-===//
1
+ //===- ArmNeonVectorTransformOps .td - Arm Neon TD ops ------*- tablegen -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
//===----------------------------------------------------------------------===//
8
- #ifndef ARMNEON_TRANSFORM_OPS
9
- #define ARMNEON_TRANSFORM_OPS
8
+ #ifndef ARM_NEON_VECTOR_TRANSFORM_OPS
9
+ #define ARM_NEON_VECTOR_TRANSFORM_OPS
10
10
11
11
include "mlir/Dialect/Transform/IR/TransformAttrs.td"
12
12
include "mlir/Dialect/Transform/IR/TransformDialect.td"
@@ -23,4 +23,4 @@ def ApplyArmNeonLowerContractionPatternsOp
23
23
let assemblyFormat = "attr-dict";
24
24
}
25
25
26
- #endif // ARMNEON_TRANSFORM_OPS
26
+ #endif // ARM_NEON_VECTOR_TRANSFORM_OPS
You can’t perform that action at this time.
0 commit comments