[all-commits] [llvm/llvm-project] 1ce1e4: [mlir][spirv] Validate float type bitwidths

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Tue Feb 14 14:51:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ce1e4a4d59d7943038a624ca380b2ae5bd5c5b5
      https://github.com/llvm/llvm-project/commit/1ce1e4a4d59d7943038a624ca380b2ae5bd5c5b5
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
    M mlir/test/Conversion/FuncToSPIRV/types-to-spirv.mlir

  Log Message:
  -----------
  [mlir][spirv] Validate float type bitwidths

Not all float types are supported in SPIR-V.

Fixes: https://github.com/llvm/llvm-project/issues/60199

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D144043




More information about the All-commits mailing list