================
@@ -76,6 +76,22 @@ def AffineDialectDemotion : Pass<"demote-affine", "::mlir::func::FuncOp"> {
];
}
+def SelectOpsConversion : Pass<"fir-select-ops-conversion"> {
----------------
ergawy wrote:
Done.
https://github.com/llvm/llvm-project/pull/212977