Skip to content

Commit f9d5ad1

Browse files
[fixup] Rename some guard macros
1 parent 9deb91f commit f9d5ad1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mlir/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h

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

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
1111

1212
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
1313
#include "mlir/IR/OpImplementation.h"
@@ -28,4 +28,4 @@ void registerTransformDialectExtension(DialectRegistry &registry);
2828
} // namespace arm_neon
2929
} // namespace mlir
3030

31-
#endif // MLIR_DIALECT_ARM_NEON_VECTOR_TRANSFORMOPS_VECTORTRANSFORMOPS_H
31+
#endif // MLIR_DIALECT_ARM_NEON_TRANSFORMOPS_VECTORTRANSFORMOPS_H

mlir/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//===- ArmNeonTransformOps.td - Arm Neon transform ops------*- tablegen -*-===//
1+
//===- ArmNeonVectorTransformOps.td - Arm Neon TD ops ------*- tablegen -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
#ifndef ARMNEON_TRANSFORM_OPS
9-
#define ARMNEON_TRANSFORM_OPS
8+
#ifndef ARM_NEON_VECTOR_TRANSFORM_OPS
9+
#define ARM_NEON_VECTOR_TRANSFORM_OPS
1010

1111
include "mlir/Dialect/Transform/IR/TransformAttrs.td"
1212
include "mlir/Dialect/Transform/IR/TransformDialect.td"
@@ -23,4 +23,4 @@ def ApplyArmNeonLowerContractionPatternsOp
2323
let assemblyFormat = "attr-dict";
2424
}
2525

26-
#endif // ARMNEON_TRANSFORM_OPS
26+
#endif // ARM_NEON_VECTOR_TRANSFORM_OPS

0 commit comments

Comments
 (0)