CIRCT  19.0.0git
PassDetails.h
Go to the documentation of this file.
1 //===- PassDetails.h - Seq pass class details -------------------*- 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 // Stuff shared between the different Seq passes.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 // NOLINTNEXTLINE(llvm-header-guard)
14 #ifndef DIALECT_SEQ_TRANSFORMS_PASSDETAILS_H
15 #define DIALECT_SEQ_TRANSFORMS_PASSDETAILS_H
16 
17 #include "circt/Dialect/HW/HWOps.h"
21 #include "mlir/Pass/Pass.h"
22 
23 #endif // DIALECT_SEQ_TRANSFORMS_PASSDETAILS_H