[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
================
@@ -83,15 +83,25 @@ def GotoSolver : Pass<"cir-goto-solver"> {
}
def CXXABILowering : Pass<"cir-cxxabi-lowering", "mlir::ModuleOp"> {
- let summary = "Lower abstract C++ operations to target-specific ABI form";
+ let summary = "Lower CIR according to ABI requirements";
----------------
andykaylor wrote:
```suggestion
let summary = "Lower CIR according to C++ ABI requirements";
```
https://github.com/llvm/llvm-project/pull/179245
More information about the cfe-commits
mailing list