Davide Grohmann 4c2ac846bb
[mlir][spirv] Add Element Binary Logical operators to TOSA Ext Inst Set (#183703)
This patch introduces the following element binary operators:
* spirv.Tosa.LogicalAnd
* spirv.Tosa.LogicalLeftShift
* spirv.Tosa.LogicalRightShift
* spirv.Tosa.LogicalOr
* spirv.Tosa.LogicalXor

Also dialect and serialization round-trip tests have been added.

Signed-off-by: Davide Grohmann <davide.grohmann@arm.com>
2026-03-02 10:33:05 +01:00
..