[all-commits] [llvm/llvm-project] 076f87: [MLIR][SPIRV] Add support for GLSL F/U/SClamp.

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Sun Dec 13 07:02:03 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 076f87a86741f96c076cea9f9f2af17de55122a3
      https://github.com/llvm/llvm-project/commit/076f87a86741f96c076cea9f9f2af17de55122a3
  Author: ergawy <kareem.ergawy at gmail.com>
  Date:   2020-12-13 (Sun, 13 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
    M mlir/test/Dialect/SPIRV/Serialization/glsl-ops.mlir
    M mlir/test/Dialect/SPIRV/glslops.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Add support for GLSL F/U/SClamp.

Adds support for 3 ternary ops from SPIR-V extended instructions for
GLSL. Namely, adds support for FClamp, UClamp, and SClamp.

Reviewed By: antiagainst

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




More information about the All-commits mailing list