[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to `maskedload` and `maskedstore` (PR #151690)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Aug 4 02:06:54 PDT 2025


================
@@ -1679,6 +1679,20 @@ func.func @load_0d(%memref : memref<200x100xf32>, %i : index, %j : index) -> vec
 
 // -----
 
+func.func @load_alignment(%memref : memref<200x100xf32>, %i : index, %j : index) -> vector<8xf32> {
----------------
banach-space wrote:

[nit] Be more specific
```suggestion
func.func @load_with_alignment(%memref : memref<200x100xf32>, %i : index, %j : index) -> vector<8xf32> {
```

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


More information about the Mlir-commits mailing list