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

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Aug 11 02:12:33 PDT 2025


================
@@ -1919,7 +1922,6 @@ def Vector_MaskedLoadOp :
     load operation. It must be a positive power of 2. The operation must access
     memory at an address aligned to this boundary. Violations may lead to
     architecture-specific faults or performance penalties.
-    A value of 0 indicates no specific alignment requirement.
----------------
banach-space wrote:

Can you remind me what happens when alignment is not specified?

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


More information about the Mlir-commits mailing list