[all-commits] [llvm/llvm-project] 91acb5: Add rsqrt op to Standard dialect and lower it to L...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Wed Mar 4 04:13:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 91acb5b3e1c372895f7f6fa9f5cf95bf80c2ae0b
      https://github.com/llvm/llvm-project/commit/91acb5b3e1c372895f7f6fa9f5cf95bf80c2ae0b
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
    M mlir/test/IR/core-ops.mlir

  Log Message:
  -----------
  Add rsqrt op to Standard dialect and lower it to LLVM dialect.

Summary:
This adds an rsqrt op to the standard dialect, and lowers
it as 1 / sqrt to the LLVM dialect.

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




More information about the All-commits mailing list