clang 22.0.0git
|
#include "mlir/Pass/Pass.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | cir |
namespace | cir::direct |
Functions | |
std::unique_ptr< mlir::Pass > | cir::direct::createConvertCIRToLLVMPass () |
Create a pass that fully lowers CIR to the LLVMIR dialect. | |
void | cir::direct::populateCIRToLLVMPasses (mlir::OpPassManager &pm) |
Adds passes that fully lower CIR to the LLVMIR dialect. | |