[Mlir-commits] [llvm] [mlir] [llvm][OpenMP] Add implicit cast to omp.atomic.read (PR #114659)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Nov 29 01:25:24 PST 2024


NimishMishra wrote:

> I wonder whether work on this needs a separate PR, or whether we can merge with the current PR? Since, it is more generic and solves multiple issues at once. I am okay with picking this work and opening a new PR, where we can discuss improvements and iterate over it. Let me know what you think.

I discussed this with @kiranktp. We will work on https://github.com/llvm/llvm-project/pull/101966 as a separate PR, since this approach can help with multiple issues (like sized libcalls in atomic).

If everyone is okay, we can merge this current PR for the time being. This would unblock progress towards removal of the experimental message currently.

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


More information about the Mlir-commits mailing list