[flang-commits] [flang] [Flang] Add new ConvertComplexPow pass for Flang (PR #158642)

Akash Banerjee via flang-commits flang-commits at lists.llvm.org
Mon Sep 15 10:35:00 PDT 2025


================
@@ -551,6 +551,17 @@ def SimplifyFIROperations : Pass<"simplify-fir-operations", "mlir::ModuleOp"> {
       "Prefer expanding without using Fortran runtime calls.">];
 }
 
+def ConvertComplexPow : Pass<"convert-complex-pow", "mlir::func::FuncOp"> {
----------------
TIFitis wrote:

Thanks, I've changed it to module pass.

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


More information about the flang-commits mailing list