CIRCT
18.0.0git
lib
Dialect
LLHD
Transforms
PassDetails.h
Go to the documentation of this file.
1
//===- PassDetails.h - LLHD 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
//
10
//===----------------------------------------------------------------------===//
11
12
#ifndef DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
13
#define DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
14
15
#include "
circt/Dialect/LLHD/IR/LLHDOps.h
"
16
#include "mlir/Pass/Pass.h"
17
18
namespace
circt
{
19
namespace
llhd {
20
21
#define GEN_PASS_CLASSES
22
#include "circt/Dialect/LLHD/Transforms/Passes.h.inc"
23
24
}
// namespace llhd
25
}
// namespace circt
26
27
#endif
// DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
LLHDOps.h
circt
This file defines an intermediate representation for circuits acting as an abstraction for constraint...
Definition:
DebugAnalysis.h:21
Generated on Tue Nov 14 2023 00:25:35 for CIRCT by
1.9.1