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

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jan 9 07:04:40 PST 2025


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

I've made a request for small refactor and posted one question. But I have a high level request as well.

This patch is quite large and looks like it's implementing two orthogonal (though related) changes:
1. Support for indexing sub-byte vector stores.
2. Support for atomic RMW stores.

Please, could these changes be separated?  Also, could you clarify what you mean by "static" indexing? Thanks!

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


More information about the Mlir-commits mailing list