================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
