[clang] [flang] [Flang][FIR] Introduce FIRToCoreMLIR pass. (PR #168703)
Ming Yan via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 18:08:45 PST 2025
================
@@ -4346,6 +4401,11 @@ class FIRToLLVMLowering
});
}
+ if (options.LowerThroughCoreMLIR) {
+ pattern.insert<UnrealizedConversionCastOpConversion>(typeConverter,
+ options);
+ }
----------------
NexMing wrote:
Is there any issue here?
https://github.com/llvm/llvm-project/pull/168703
More information about the cfe-commits
mailing list