13#ifndef CLANG_CIR_PASSES_H 
   14#define CLANG_CIR_PASSES_H 
   16#include "mlir/Pass/Pass.h" 
std::unique_ptr< mlir::Pass > createConvertCIRToLLVMPass()
Create a pass that fully lowers CIR to the LLVMIR dialect.
 
void populateCIRToLLVMPasses(mlir::OpPassManager &pm)
Adds passes that fully lower CIR to the LLVMIR dialect.