[Mlir-commits] [mlir] [MLIR] Implement emulation of static indexing subbyte type vector stores (PR #115922)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Dec 3 16:29:54 PST 2024
================
@@ -309,6 +314,76 @@ emulatedVectorLoad(OpBuilder &rewriter, Location loc, Value base,
newLoad);
}
+/// Atomically store a subbyte-sized value to memory, with a mask.
+static void atomicStore(OpBuilder &builder, Location loc,
+ MemRefValue emulatedMemref, Value linearizedIndex,
+ VectorValue value, Value mask,
----------------
hanhanW wrote:
Can we rename `value` to `valueToStore`?
https://github.com/llvm/llvm-project/pull/115922
More information about the Mlir-commits
mailing list