[Mlir-commits] [mlir] [mlir][SPIR-V] Add support for SPV_INTEL_masked_gather_scatter extension (PR #189099)
Igor Wodiany
llvmlistbot at llvm.org
Mon Apr 6 04:15:16 PDT 2026
================
@@ -837,13 +837,51 @@ static Type parseStructType(SPIRVDialect const &dialect,
structDecorationInfo);
}
+// vecptr-type ::= `vecptr` `<` integer-literal `x` pointer-type `>`
----------------
IgWod wrote:
The comment says `x` but the code looks for `,`. In fact maybe we should use `x` to make it consistent with the normal vector?
https://github.com/llvm/llvm-project/pull/189099
More information about the Mlir-commits
mailing list