CIRCT  19.0.0git
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 
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 
static void registerPasses()
Definition: CIRCTModule.cpp:39
void initLLHDTransformationPasses()
Register the LLHD Transformation passes.