[all-commits] [llvm/llvm-project] e984b7: Added a TanOp to SPIR-V dialect GLSL ops
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue May 19 06:15:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e984b7f2a232cb799d6cf1e2f75a3162eca1267c
https://github.com/llvm/llvm-project/commit/e984b7f2a232cb799d6cf1e2f75a3162eca1267c
Author: George <gemiti at uahoo.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
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:
-----------
Added a TanOp to SPIR-V dialect GLSL ops
Implemented tangent op from SPIR-V's GLSL extended instruction set.
Added a round-trip and serialization/deserialization tests for the op.
Differential Revision: https://reviews.llvm.org/D80152
More information about the All-commits
mailing list