[clang] [CIR] Add TargetLowering pass (PR #179245)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 3 10:48:23 PST 2026


================
@@ -3339,7 +3315,8 @@ void ConvertCIRToLLVMPass::runOnOperation() {
   mlir::ModuleOp module = getOperation();
   mlir::DataLayout dl(module);
   mlir::LLVMTypeConverter converter(&getContext());
-  std::unique_ptr<cir::LowerModule> lowerModule = prepareLowerModule(module);
+  std::unique_ptr<cir::LowerModule> lowerModule =
----------------
andykaylor wrote:

Do we still need this here?

https://github.com/llvm/llvm-project/pull/179245


More information about the cfe-commits mailing list