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

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Nov 22 07:34:01 PST 2024


https://github.com/banach-space commented:

Hi @lialan , I'd appreciate a bit more high-level explanation.

> This patch expands the store into two (maybe atomic) rmw partial stores (for the first and the third byte), and a non-atomic single full byte store (for the second byte).

Could you define what "atomic" and "non-atomic" means in the context of this patch? Also, it's not clear to me what "new" is being introduced? Pseudo-code with "what we have today" vs "what this PR enables" would be appreciated.

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


More information about the Mlir-commits mailing list