[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 08:48:33 PST 2025
================
@@ -4346,6 +4401,11 @@ class FIRToLLVMLowering
});
}
+ if (options.LowerThroughCoreMLIR) {
+ pattern.insert<UnrealizedConversionCastOpConversion>(typeConverter,
+ options);
+ }
----------------
clementval wrote:
no braces
https://github.com/llvm/llvm-project/pull/168703
More information about the flang-commits
mailing list