[PATCH] D75353: Add rsqrt op to Standard dialect and lower it to LLVM dialect.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 07:06:45 PST 2020


akuegel created this revision.
akuegel added reviewers: ftynse, herhut.
akuegel added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75353

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75353.247258.patch
Type: text/x-patch
Size: 4193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/b8811efc/attachment.bin>


More information about the llvm-commits mailing list