[Mlir-commits] [clang] [mlir] [MLIR][OpenMP] Add OpenMP_IntLikeTypeInterface to allow other dialect inputs to omp ops (PR #196363)

Jan Leyonberg llvmlistbot at llvm.org
Fri May 8 13:58:05 PDT 2026


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


More information about the Mlir-commits mailing list