[flang-commits] [clang] [flang] [Flang][FIR] Introduce FIRToCoreMLIR pass. (PR #168703)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Mon Nov 24 18:23:05 PST 2025


================
@@ -4346,6 +4401,11 @@ class FIRToLLVMLowering
           });
     }
 
+    if (options.LowerThroughCoreMLIR) {
+      pattern.insert<UnrealizedConversionCastOpConversion>(typeConverter,
+                                                           options);
+    }
----------------
clementval wrote:

https://llvm.org/docs/CodingStandards.html#don-t-use-braces-on-simple-single-statement-bodies-of-if-else-loop-statements

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


More information about the flang-commits mailing list