jsjodin wrote: > `UnrealizedConversionCastOp`
Maybe I'm misunderstanding the use of the UnrealizedConversionCastOp. It seemed like these UnrealizedConversionCastOps cast ops would survive for some time in the compilation flow and not just during a translation to handle type conflicts temporarily. I guess the question is that if we want to write analyses and optimizations at the CIR-OMP level, would these casts be present? https://github.com/llvm/llvm-project/pull/196363 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
