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

Jakub Kuderski llvmlistbot at llvm.org
Mon Aug 11 06:30:15 PDT 2025


================
@@ -1382,6 +1382,11 @@ def Vector_TransferReadOp :
     An additional `1` broadcast is required. On a GPU this broadcast could be
     implemented using a warp-shuffle if loop `j` were mapped to `threadIdx.x`.
 
+    An optional `alignment` attribute allows to specify the byte alignment of the
----------------
kuhar wrote:

This seems to be added under the wrong op

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


More information about the Mlir-commits mailing list