[Mlir-commits] [flang] [mlir] [flang][openacc][openmp] Support implicit casting on the atomic interface (PR #114390)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Nov 4 11:47:08 PST 2024


khaki3 wrote:

I believe it is reasonable to add a type declaration for the `v` of `atomic.read` because the `!fir.ref<f32> -> !fir.ref<i32>` conversion is meaningless, and we should eliminate unnecessary operations.

I reverted my changes. Other two approaches can be found in the commits.

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


More information about the Mlir-commits mailing list