CIRCT
18.0.0git
lib
Dialect
LLHD
Transforms
PassRegistration.cpp
Go to the documentation of this file.
1
//===- PassRegistration.cpp - Register LLHD transformation passes ---------===//
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
#include "
circt/Dialect/LLHD/Transforms/Passes.h
"
13
#include "mlir/Pass/Pass.h"
14
15
namespace
{
16
#define GEN_PASS_REGISTRATION
17
#include "circt/Dialect/LLHD/Transforms/Passes.h.inc"
18
}
// namespace
19
20
void
circt::llhd::initLLHDTransformationPasses
() {
registerPasses
(); }
registerPasses
static void registerPasses()
Definition:
CIRCTModule.cpp:37
Passes.h
circt::llhd::initLLHDTransformationPasses
void initLLHDTransformationPasses()
Register the LLHD Transformation passes.
Definition:
PassRegistration.cpp:20
Generated on Mon Sep 25 2023 00:27:12 for CIRCT by
1.9.1