[Mlir-commits] [mlir] [mlir][spirv] Add SPV_EXT_float8 support (PR #179246)

Davide Grohmann llvmlistbot at llvm.org
Tue Feb 3 04:28:09 PST 2026


davidegrohmann wrote:

> Can you also add tests in these files:
> 
>     * https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/SPIRV/IR/types.mlir
> 
>     * https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/SPIRV/IR/availability.mlir

Added tests in `types.mlir` the other test `availability.mlir` is op-centric, it does not really work for testing extensions/capabilities on types.

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


More information about the Mlir-commits mailing list