================
@@ -72,4 +72,14 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
let dependentDialects = ["cir::CIRDialect"];
}
+def LoweringPrepare : Pass<"cir-lowering-prepare"> {
+ let summary = "Preparation work before lowering to LLVM dialect";
----------------
bcardosolopes wrote:
`Preparation work before lowering to LLVM dialect` -> `Lower to more
fine-grained CIR operations before lowering to other dialects`
https://github.com/llvm/llvm-project/pull/148545
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits