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

Tom Eccles via cfe-commits cfe-commits at lists.llvm.org
Fri May 8 09:52:33 PDT 2026


https://github.com/tblah commented:

Why did you decide to opt for a new interface instead of just converting the CIR integers into mlir intrinsic integer types?

I'm worried that with this verifier change, you could have valid OpenMP dialect code using types which are not supported by the translation to LLVM-IR

https://github.com/llvm/llvm-project/pull/196363


More information about the cfe-commits mailing list