[Mlir-commits] [mlir] [mlir] Implement indexed access op interfaces for memref, vector, gpu, nvgpu (PR #177014)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Feb 4 10:30:32 PST 2026
================
@@ -1709,6 +1709,8 @@ def Vector_LoadOp : Vector_Op<"load", [
load operation. It must be a positive power of 2. The operation must access
memory at an address aligned to this boundary. Violating this requirement
triggers immediate undefined behavior.
+
+ Implements IndexedAccessOpInterface.
----------------
krzysz00 wrote:
PR description updated.
https://github.com/llvm/llvm-project/pull/177014
More information about the Mlir-commits
mailing list