File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+ //
9+ // Convenience wrappers for `VectorType` to allow idiomatic code like
10+ // * isa<vector::ScalableVectorType>(type)
11+ //
12+ // ===----------------------------------------------------------------------===//
813
9- #ifndef MLIR_DIALECT_VECTOR_IR_VECTORTYPES_H_
10- #define MLIR_DIALECT_VECTOR_IR_VECTORTYPES_H_
14+ #ifndef MLIR_IR_VECTORTYPES_H
15+ #define MLIR_IR_VECTORTYPES_H
1116
1217#include " mlir/IR/BuiltinTypes.h"
13- #include " mlir/IR/Diagnostics.h"
1418#include " mlir/IR/Types.h"
1519
1620namespace mlir {
@@ -44,4 +48,4 @@ class FixedVectorType : public VectorType {
4448} // namespace vector
4549} // namespace mlir
4650
47- #endif // MLIR_DIALECT_VECTOR_IR_VECTORTYPES_H_
51+ #endif // MLIR_IR_VECTORTYPES_H
You can’t perform that action at this time.
0 commit comments