[Mlir-commits] [mlir] [MLIR] Implement emulation of static indexing subbyte type vector stores (PR #115922)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 12 13:34:06 PST 2024


https://github.com/MaheshRavishankar commented:

What would happen if the start of the store is aligned? Would it still generate atomic stores?

I havent looked into the details yet, but we only need an atomic store if we cannot guarantee that there are no competing stores. This information we canno thave at this level, but a caller might have this information. I think it might be better to allow for a caller to indicate that the atomic stores are not needed. The default can be that you do the atomic stores. 

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


More information about the Mlir-commits mailing list