[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to vector operations. (PR #152507)

Jakub Kuderski llvmlistbot at llvm.org
Fri Aug 15 04:35:14 PDT 2025


================
@@ -2085,6 +2087,12 @@ def Vector_GatherOp :
     during progressively lowering to bring other memory operations closer to
     hardware ISA support for a gather.
 
+    An optional `alignment` attribute allows to specify the byte alignment of the
+    scatter operation. It must be a positive power of 2. The operation must access
----------------
kuhar wrote:

?
```suggestion
    gather operation. It must be a positive power of 2. The operation must access
```

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


More information about the Mlir-commits mailing list