[all-commits] [llvm/llvm-project] fcabcc: [MLIR] Add the sqrt operation to mlir.

Frank Laub via All-commits all-commits at lists.llvm.org
Thu Jan 30 08:07:43 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fcabccd3d965807f0a364a5eca543a86bb56557b
      https://github.com/llvm/llvm-project/commit/fcabccd3d965807f0a364a5eca543a86bb56557b
  Author: Lubomir Litchev <Lubomir.Litchev at intel.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M mlir/docs/Dialects/Standard.md
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/StandardOps/Ops.td
    M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
    M mlir/test/IR/core-ops.mlir
    M mlir/test/Target/llvmir-intrinsics.mlir

  Log Message:
  -----------
  [MLIR] Add the sqrt operation to mlir.

Summary: Add and pipe through the sqrt operation for Standard and LLVM dialects.

Reviewers: nicolasvasilache, ftynse

Reviewed By: ftynse

Subscribers: frej, ftynse, merge_guards_bot, flaub, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list