[all-commits] [llvm/llvm-project] 3aab32: [MLIR][SPIRVToLLVM] Conversion for inverse sqrt an...

George Mitenkov via All-commits all-commits at lists.llvm.org
Thu Jul 30 00:51:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3aab320557e7441bc2ce0b51fd6d82838fd0d484
      https://github.com/llvm/llvm-project/commit/3aab320557e7441bc2ce0b51fd6d82838fd0d484
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/test/Conversion/SPIRVToLLVM/glsl-ops-to-llvm.mlir

  Log Message:
  -----------
  [MLIR][SPIRVToLLVM] Conversion for inverse sqrt and tanh

This is a second patch on conversion of GLSL ops to LLVM dialect.
It introduces patterns to convert `spv.InverseSqrt` and `spv.Tanh`.

Reviewed By: antiagainst

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




More information about the All-commits mailing list