[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)

Igor Wodiany llvmlistbot at llvm.org
Thu Aug 7 09:05:38 PDT 2025


================
@@ -0,0 +1,207 @@
+//===- SPIRVGraphOps.td - Graph extended insts spec file -----*- tablegen -*-=//
----------------
IgWod-IMG wrote:

Please add example to ops, following the template from other ops. For example:

https://github.com/llvm/llvm-project/blob/e1d67530065efb64dba2f716a355a40535f4a19d/mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBitOps.td#L83

```
    #### Example:

    ```mlir
    %2 = spirv.BitCount %0: i32
    %3 = spirv.BitCount %1: vector<4xi32>
    ```
```

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


More information about the Mlir-commits mailing list