[clang] [CIR] Initial implementation of CIR-to-LLVM IR lowering pass (PR #125260)
Nathan Lanza via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 31 11:49:22 PST 2025
================
@@ -31,6 +33,24 @@ namespace direct {
std::unique_ptr<llvm::Module>
lowerDirectlyFromCIRToLLVMIR(mlir::ModuleOp mlirModule,
llvm::LLVMContext &llvmCtx);
+
+class CIRToLLVMGlobalOpLowering
----------------
lanza wrote:
This is originally in `clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h`. Any reason you're promoting it to the `include` top level dir?
https://github.com/llvm/llvm-project/pull/125260
More information about the cfe-commits
mailing list