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

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Wed Nov 26 10:17:14 PST 2025


================
@@ -4197,6 +4197,54 @@ class RenameMSVCLibmFuncs
 };
 } // namespace
 
+namespace {
+/// convert value between fir type and core mlir type.
+struct UnrealizedConversionCastOpConversion
----------------
clementval wrote:

Is there not a conversion part of the Memref conversions that we can reuse? 

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


More information about the flang-commits mailing list