[all-commits] [llvm/llvm-project] 647e9a: [MLIR][SPIRVToLLVM] Conversion patterns for GLSL ops
George Mitenkov via All-commits
all-commits at lists.llvm.org
Thu Jul 30 00:20:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 647e9a54c758a6fdd85a569f019f00a653b2bc40
https://github.com/llvm/llvm-project/commit/647e9a54c758a6fdd85a569f019f00a653b2bc40
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
A mlir/test/Conversion/SPIRVToLLVM/glsl-ops-to-llvm.mlir
Log Message:
-----------
[MLIR][SPIRVToLLVM] Conversion patterns for GLSL ops
This is the first patch that adds support for GLSL extended
instruction set ops. These are direct conversions, apart from `spv.Tan`
that is lowered to `sin() / cos()`.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D84627
More information about the All-commits
mailing list