[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
================
@@ -336,3 +336,93 @@ func.func @vector_maskedload_i4_constant_mask_unaligned(%passthru: vector<5xi2>)
// CHECK: %[[RESULT:.+]] = vector.extract_strided_slice %[[SELECT]]
// CHECK-SAME: {offsets = [1], sizes = [5], strides = [1]} : vector<8xi2> to vector<5xi2>
// CHECK: return %[[RESULT]] : vector<5xi2>
+
+///----------------------------------------------------------------------------------------
+/// vector.store
+///----------------------------------------------------------------------------------------
+
+// -----
----------------
hanhanW wrote:
Interesting, I'd move the comment after the separator.
```suggestion
// -----
///----------------------------------------------------------------------------------------
/// vector.store
///----------------------------------------------------------------------------------------
```
https://github.com/llvm/llvm-project/pull/115922
More information about the Mlir-commits
mailing list