[Mlir-commits] [mlir] [mlir][OpenACC][OpenMP] Modify atomic capture to allow update/write (PR #167963)
Razvan Lupusoru
llvmlistbot at llvm.org
Mon Nov 17 12:49:23 PST 2025
razvanlupusoru wrote:
> I think it is supposed to be an update + read in the cases I was concerned about in OpenACC as well
OK - I agree - the `v = x` is a read not a write. I also misunderstood this when I reviewed your initial proposal. I was hyper-focused on the fact that in Fortran we did not have `x++` so I concluded that there was a chance we did not have complete support in the representation. Thank you for taking a deeper look.
https://github.com/llvm/llvm-project/pull/167963
More information about the Mlir-commits
mailing list