[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
Loading
Please sign in to comment