CIRCT 20.0.0git
Loading...
Searching...
No Matches
MSFTOps.h
Go to the documentation of this file.
1//===- MSFTOps.h - Microsoft dialect operations -----------------*- 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 contains the MSFT dialect custom operations.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_MSFT_MSFTOPS_H
14#define CIRCT_DIALECT_MSFT_MSFTOPS_H
15
21#include "circt/Support/LLVM.h"
22
23#include "mlir/IR/BuiltinAttributes.h"
24#include "mlir/Interfaces/InferTypeOpInterface.h"
25
26#include "llvm/ADT/BitVector.h"
27
28#define GET_OP_CLASSES
29#include "circt/Dialect/MSFT/MSFT.h.inc"
30
31#endif // CIRCT_DIALECT_MSFT_MSFTOPS_H