[Mlir-commits] [llvm] [mlir] [mlir][OpenMP] Add __atomic_store to AtomicInfo (PR #121055)
Tom Eccles
llvmlistbot at llvm.org
Wed Jan 22 08:05:53 PST 2025
tblah wrote:
> Hi @tblah
> Do you think this could be an acceptable way of going about this? One upside I see is that we no longer need to do the implicit cast during building LLVM IR, about which Michael also had reservations.
Thanks for the update.
This looks good to me. We might need casts for other kinds of atomic operations too.
https://github.com/llvm/llvm-project/pull/121055
More information about the Mlir-commits
mailing list