[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:17 PDT 2026
================
@@ -837,13 +837,51 @@ static Type parseStructType(SPIRVDialect const &dialect,
structDecorationInfo);
}
+// vecptr-type ::= `vecptr` `<` integer-literal `x` pointer-type `>`
+static Type parseVectorOfPointerType(SPIRVDialect const &dialect,
----------------
IgWod wrote:
We should add tests for both parser and printer in: https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/SPIRV/IR/types.mlir
https://github.com/llvm/llvm-project/pull/189099
More information about the Mlir-commits
mailing list