MLIR 22.0.0git
X86VectorDialect.h
Go to the documentation of this file.
1//===- X86VectorDialect.h - MLIR Dialect for X86Vector ----------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file declares the Target dialect for X86Vector in MLIR.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef MLIR_DIALECT_X86VECTOR_X86VECTORDIALECT_H_
14#define MLIR_DIALECT_X86VECTOR_X86VECTORDIALECT_H_
15
20#include "mlir/IR/Dialect.h"
26
27/// Include the generated interface declarations.
28#include "mlir/Dialect/X86Vector/X86VectorInterfaces.h.inc"
29
30#include "mlir/Dialect/X86Vector/X86VectorDialect.h.inc"
31
32#define GET_OP_CLASSES
33#include "mlir/Dialect/X86Vector/X86Vector.h.inc"
34
35#endif // MLIR_DIALECT_X86VECTOR_X86VECTORDIALECT_H_