[clang] [CIR] Initial implementation of CIR-to-LLVM IR lowering pass (PR #125260)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 31 11:59:28 PST 2025
================
@@ -31,6 +33,24 @@ namespace direct {
std::unique_ptr<llvm::Module>
lowerDirectlyFromCIRToLLVMIR(mlir::ModuleOp mlirModule,
llvm::LLVMContext &llvmCtx);
+
+class CIRToLLVMGlobalOpLowering
----------------
andykaylor wrote:
I think that was an accident. This is a different file with the same name but different location. I think I missed that detail when I was moving this bit of code over from the incubator project.
https://github.com/llvm/llvm-project/pull/125260
More information about the cfe-commits
mailing list